1. Packages
  2. Azure Classic
  3. API Docs
  4. network
  5. getVpnServerConfiguration

We recommend using Azure Native.

Azure v6.10.0 published on Tuesday, Nov 19, 2024 by Pulumi

azure.network.getVpnServerConfiguration

Explore with Pulumi AI

azure logo

We recommend using Azure Native.

Azure v6.10.0 published on Tuesday, Nov 19, 2024 by Pulumi

    Use this data source to access information about an existing VPN Server Configuration.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as azure from "@pulumi/azure";
    
    const example = azure.network.getVpnServerConfiguration({
        name: "existing-local-vpn-server-configuration",
        resourceGroupName: "existing-resource-group",
    });
    export const azurermVpnServerConfiguration = example.then(example => example.id);
    
    import pulumi
    import pulumi_azure as azure
    
    example = azure.network.get_vpn_server_configuration(name="existing-local-vpn-server-configuration",
        resource_group_name="existing-resource-group")
    pulumi.export("azurermVpnServerConfiguration", example.id)
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-azure/sdk/v6/go/azure/network"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		example, err := network.LookupVpnServerConfiguration(ctx, &network.LookupVpnServerConfigurationArgs{
    			Name:              "existing-local-vpn-server-configuration",
    			ResourceGroupName: "existing-resource-group",
    		}, nil)
    		if err != nil {
    			return err
    		}
    		ctx.Export("azurermVpnServerConfiguration", example.Id)
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Azure = Pulumi.Azure;
    
    return await Deployment.RunAsync(() => 
    {
        var example = Azure.Network.GetVpnServerConfiguration.Invoke(new()
        {
            Name = "existing-local-vpn-server-configuration",
            ResourceGroupName = "existing-resource-group",
        });
    
        return new Dictionary<string, object?>
        {
            ["azurermVpnServerConfiguration"] = example.Apply(getVpnServerConfigurationResult => getVpnServerConfigurationResult.Id),
        };
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.azure.network.NetworkFunctions;
    import com.pulumi.azure.network.inputs.GetVpnServerConfigurationArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var example = NetworkFunctions.getVpnServerConfiguration(GetVpnServerConfigurationArgs.builder()
                .name("existing-local-vpn-server-configuration")
                .resourceGroupName("existing-resource-group")
                .build());
    
            ctx.export("azurermVpnServerConfiguration", example.applyValue(getVpnServerConfigurationResult -> getVpnServerConfigurationResult.id()));
        }
    }
    
    variables:
      example:
        fn::invoke:
          Function: azure:network:getVpnServerConfiguration
          Arguments:
            name: existing-local-vpn-server-configuration
            resourceGroupName: existing-resource-group
    outputs:
      azurermVpnServerConfiguration: ${example.id}
    

    Using getVpnServerConfiguration

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getVpnServerConfiguration(args: GetVpnServerConfigurationArgs, opts?: InvokeOptions): Promise<GetVpnServerConfigurationResult>
    function getVpnServerConfigurationOutput(args: GetVpnServerConfigurationOutputArgs, opts?: InvokeOptions): Output<GetVpnServerConfigurationResult>
    def get_vpn_server_configuration(name: Optional[str] = None,
                                     resource_group_name: Optional[str] = None,
                                     opts: Optional[InvokeOptions] = None) -> GetVpnServerConfigurationResult
    def get_vpn_server_configuration_output(name: Optional[pulumi.Input[str]] = None,
                                     resource_group_name: Optional[pulumi.Input[str]] = None,
                                     opts: Optional[InvokeOptions] = None) -> Output[GetVpnServerConfigurationResult]
    func LookupVpnServerConfiguration(ctx *Context, args *LookupVpnServerConfigurationArgs, opts ...InvokeOption) (*LookupVpnServerConfigurationResult, error)
    func LookupVpnServerConfigurationOutput(ctx *Context, args *LookupVpnServerConfigurationOutputArgs, opts ...InvokeOption) LookupVpnServerConfigurationResultOutput

    > Note: This function is named LookupVpnServerConfiguration in the Go SDK.

    public static class GetVpnServerConfiguration 
    {
        public static Task<GetVpnServerConfigurationResult> InvokeAsync(GetVpnServerConfigurationArgs args, InvokeOptions? opts = null)
        public static Output<GetVpnServerConfigurationResult> Invoke(GetVpnServerConfigurationInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetVpnServerConfigurationResult> getVpnServerConfiguration(GetVpnServerConfigurationArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure:network/getVpnServerConfiguration:getVpnServerConfiguration
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Name string
    The Name of the VPN Server Configuration.
    ResourceGroupName string
    The name of the Resource Group where the VPN Server Configuration exists.
    Name string
    The Name of the VPN Server Configuration.
    ResourceGroupName string
    The name of the Resource Group where the VPN Server Configuration exists.
    name String
    The Name of the VPN Server Configuration.
    resourceGroupName String
    The name of the Resource Group where the VPN Server Configuration exists.
    name string
    The Name of the VPN Server Configuration.
    resourceGroupName string
    The name of the Resource Group where the VPN Server Configuration exists.
    name str
    The Name of the VPN Server Configuration.
    resource_group_name str
    The name of the Resource Group where the VPN Server Configuration exists.
    name String
    The Name of the VPN Server Configuration.
    resourceGroupName String
    The name of the Resource Group where the VPN Server Configuration exists.

    getVpnServerConfiguration Result

    The following output properties are available:

    AzureActiveDirectoryAuthentications List<GetVpnServerConfigurationAzureActiveDirectoryAuthentication>
    A azure_active_directory_authentication block as defined below.
    ClientRevokedCertificates List<GetVpnServerConfigurationClientRevokedCertificate>
    One or more client_revoked_certificate blocks as defined below.
    ClientRootCertificates List<GetVpnServerConfigurationClientRootCertificate>
    One or more client_root_certificate blocks as defined below.
    Id string
    The provider-assigned unique ID for this managed resource.
    IpsecPolicies List<GetVpnServerConfigurationIpsecPolicy>
    The bgp_settings block as defined below.
    Location string
    The Azure Region where the VPN Server Configuration exists.
    Name string
    The name used to uniquely identify this certificate.
    Radii List<GetVpnServerConfigurationRadius>
    A radius block as defined below.
    ResourceGroupName string
    Tags Dictionary<string, string>
    A mapping of tags to assign to the VPN Server Configuration.
    VpnAuthenticationTypes List<string>
    The list of Authentication Types applicable for the VPN Server Configuration.
    VpnProtocols List<string>
    The list of VPN Protocols to use for the VPN Server Configuration.
    AzureActiveDirectoryAuthentications []GetVpnServerConfigurationAzureActiveDirectoryAuthentication
    A azure_active_directory_authentication block as defined below.
    ClientRevokedCertificates []GetVpnServerConfigurationClientRevokedCertificate
    One or more client_revoked_certificate blocks as defined below.
    ClientRootCertificates []GetVpnServerConfigurationClientRootCertificate
    One or more client_root_certificate blocks as defined below.
    Id string
    The provider-assigned unique ID for this managed resource.
    IpsecPolicies []GetVpnServerConfigurationIpsecPolicy
    The bgp_settings block as defined below.
    Location string
    The Azure Region where the VPN Server Configuration exists.
    Name string
    The name used to uniquely identify this certificate.
    Radii []GetVpnServerConfigurationRadius
    A radius block as defined below.
    ResourceGroupName string
    Tags map[string]string
    A mapping of tags to assign to the VPN Server Configuration.
    VpnAuthenticationTypes []string
    The list of Authentication Types applicable for the VPN Server Configuration.
    VpnProtocols []string
    The list of VPN Protocols to use for the VPN Server Configuration.
    azureActiveDirectoryAuthentications List<GetVpnServerConfigurationAzureActiveDirectoryAuthentication>
    A azure_active_directory_authentication block as defined below.
    clientRevokedCertificates List<GetVpnServerConfigurationClientRevokedCertificate>
    One or more client_revoked_certificate blocks as defined below.
    clientRootCertificates List<GetVpnServerConfigurationClientRootCertificate>
    One or more client_root_certificate blocks as defined below.
    id String
    The provider-assigned unique ID for this managed resource.
    ipsecPolicies List<GetVpnServerConfigurationIpsecPolicy>
    The bgp_settings block as defined below.
    location String
    The Azure Region where the VPN Server Configuration exists.
    name String
    The name used to uniquely identify this certificate.
    radii List<GetVpnServerConfigurationRadius>
    A radius block as defined below.
    resourceGroupName String
    tags Map<String,String>
    A mapping of tags to assign to the VPN Server Configuration.
    vpnAuthenticationTypes List<String>
    The list of Authentication Types applicable for the VPN Server Configuration.
    vpnProtocols List<String>
    The list of VPN Protocols to use for the VPN Server Configuration.
    azureActiveDirectoryAuthentications GetVpnServerConfigurationAzureActiveDirectoryAuthentication[]
    A azure_active_directory_authentication block as defined below.
    clientRevokedCertificates GetVpnServerConfigurationClientRevokedCertificate[]
    One or more client_revoked_certificate blocks as defined below.
    clientRootCertificates GetVpnServerConfigurationClientRootCertificate[]
    One or more client_root_certificate blocks as defined below.
    id string
    The provider-assigned unique ID for this managed resource.
    ipsecPolicies GetVpnServerConfigurationIpsecPolicy[]
    The bgp_settings block as defined below.
    location string
    The Azure Region where the VPN Server Configuration exists.
    name string
    The name used to uniquely identify this certificate.
    radii GetVpnServerConfigurationRadius[]
    A radius block as defined below.
    resourceGroupName string
    tags {[key: string]: string}
    A mapping of tags to assign to the VPN Server Configuration.
    vpnAuthenticationTypes string[]
    The list of Authentication Types applicable for the VPN Server Configuration.
    vpnProtocols string[]
    The list of VPN Protocols to use for the VPN Server Configuration.
    azure_active_directory_authentications Sequence[GetVpnServerConfigurationAzureActiveDirectoryAuthentication]
    A azure_active_directory_authentication block as defined below.
    client_revoked_certificates Sequence[GetVpnServerConfigurationClientRevokedCertificate]
    One or more client_revoked_certificate blocks as defined below.
    client_root_certificates Sequence[GetVpnServerConfigurationClientRootCertificate]
    One or more client_root_certificate blocks as defined below.
    id str
    The provider-assigned unique ID for this managed resource.
    ipsec_policies Sequence[GetVpnServerConfigurationIpsecPolicy]
    The bgp_settings block as defined below.
    location str
    The Azure Region where the VPN Server Configuration exists.
    name str
    The name used to uniquely identify this certificate.
    radii Sequence[GetVpnServerConfigurationRadius]
    A radius block as defined below.
    resource_group_name str
    tags Mapping[str, str]
    A mapping of tags to assign to the VPN Server Configuration.
    vpn_authentication_types Sequence[str]
    The list of Authentication Types applicable for the VPN Server Configuration.
    vpn_protocols Sequence[str]
    The list of VPN Protocols to use for the VPN Server Configuration.
    azureActiveDirectoryAuthentications List<Property Map>
    A azure_active_directory_authentication block as defined below.
    clientRevokedCertificates List<Property Map>
    One or more client_revoked_certificate blocks as defined below.
    clientRootCertificates List<Property Map>
    One or more client_root_certificate blocks as defined below.
    id String
    The provider-assigned unique ID for this managed resource.
    ipsecPolicies List<Property Map>
    The bgp_settings block as defined below.
    location String
    The Azure Region where the VPN Server Configuration exists.
    name String
    The name used to uniquely identify this certificate.
    radii List<Property Map>
    A radius block as defined below.
    resourceGroupName String
    tags Map<String>
    A mapping of tags to assign to the VPN Server Configuration.
    vpnAuthenticationTypes List<String>
    The list of Authentication Types applicable for the VPN Server Configuration.
    vpnProtocols List<String>
    The list of VPN Protocols to use for the VPN Server Configuration.

    Supporting Types

    GetVpnServerConfigurationAzureActiveDirectoryAuthentication

    Audience string
    The Audience which should be used for authentication.
    Issuer string
    The Issuer which should be used for authentication.
    Tenant string
    The Tenant which should be used for authentication.
    Audience string
    The Audience which should be used for authentication.
    Issuer string
    The Issuer which should be used for authentication.
    Tenant string
    The Tenant which should be used for authentication.
    audience String
    The Audience which should be used for authentication.
    issuer String
    The Issuer which should be used for authentication.
    tenant String
    The Tenant which should be used for authentication.
    audience string
    The Audience which should be used for authentication.
    issuer string
    The Issuer which should be used for authentication.
    tenant string
    The Tenant which should be used for authentication.
    audience str
    The Audience which should be used for authentication.
    issuer str
    The Issuer which should be used for authentication.
    tenant str
    The Tenant which should be used for authentication.
    audience String
    The Audience which should be used for authentication.
    issuer String
    The Issuer which should be used for authentication.
    tenant String
    The Tenant which should be used for authentication.

    GetVpnServerConfigurationClientRevokedCertificate

    Name string
    The Name of the VPN Server Configuration.
    Thumbprint string
    The Thumbprint of the Certificate.
    Name string
    The Name of the VPN Server Configuration.
    Thumbprint string
    The Thumbprint of the Certificate.
    name String
    The Name of the VPN Server Configuration.
    thumbprint String
    The Thumbprint of the Certificate.
    name string
    The Name of the VPN Server Configuration.
    thumbprint string
    The Thumbprint of the Certificate.
    name str
    The Name of the VPN Server Configuration.
    thumbprint str
    The Thumbprint of the Certificate.
    name String
    The Name of the VPN Server Configuration.
    thumbprint String
    The Thumbprint of the Certificate.

    GetVpnServerConfigurationClientRootCertificate

    Name string
    The Name of the VPN Server Configuration.
    PublicCertData string
    The Public Key Data associated with the Certificate.
    Name string
    The Name of the VPN Server Configuration.
    PublicCertData string
    The Public Key Data associated with the Certificate.
    name String
    The Name of the VPN Server Configuration.
    publicCertData String
    The Public Key Data associated with the Certificate.
    name string
    The Name of the VPN Server Configuration.
    publicCertData string
    The Public Key Data associated with the Certificate.
    name str
    The Name of the VPN Server Configuration.
    public_cert_data str
    The Public Key Data associated with the Certificate.
    name String
    The Name of the VPN Server Configuration.
    publicCertData String
    The Public Key Data associated with the Certificate.

    GetVpnServerConfigurationIpsecPolicy

    DhGroup string
    The DH Group, used in IKE Phase 1.
    IkeEncryption string
    The IKE encryption algorithm, used for IKE Phase 2.
    IkeIntegrity string
    The IKE encryption integrity algorithm, used for IKE Phase 2.
    IpsecEncryption string
    The IPSec encryption algorithm, used for IKE phase 1.
    IpsecIntegrity string
    The IPSec integrity algorithm, used for IKE phase 1.
    PfsGroup string
    The Pfs Group, used in IKE Phase 2.
    SaDataSizeKilobytes int
    The IPSec Security Association payload size in KB for a Site-to-Site VPN tunnel.
    SaLifetimeSeconds int
    The IPSec Security Association lifetime in seconds for a Site-to-Site VPN tunnel.
    DhGroup string
    The DH Group, used in IKE Phase 1.
    IkeEncryption string
    The IKE encryption algorithm, used for IKE Phase 2.
    IkeIntegrity string
    The IKE encryption integrity algorithm, used for IKE Phase 2.
    IpsecEncryption string
    The IPSec encryption algorithm, used for IKE phase 1.
    IpsecIntegrity string
    The IPSec integrity algorithm, used for IKE phase 1.
    PfsGroup string
    The Pfs Group, used in IKE Phase 2.
    SaDataSizeKilobytes int
    The IPSec Security Association payload size in KB for a Site-to-Site VPN tunnel.
    SaLifetimeSeconds int
    The IPSec Security Association lifetime in seconds for a Site-to-Site VPN tunnel.
    dhGroup String
    The DH Group, used in IKE Phase 1.
    ikeEncryption String
    The IKE encryption algorithm, used for IKE Phase 2.
    ikeIntegrity String
    The IKE encryption integrity algorithm, used for IKE Phase 2.
    ipsecEncryption String
    The IPSec encryption algorithm, used for IKE phase 1.
    ipsecIntegrity String
    The IPSec integrity algorithm, used for IKE phase 1.
    pfsGroup String
    The Pfs Group, used in IKE Phase 2.
    saDataSizeKilobytes Integer
    The IPSec Security Association payload size in KB for a Site-to-Site VPN tunnel.
    saLifetimeSeconds Integer
    The IPSec Security Association lifetime in seconds for a Site-to-Site VPN tunnel.
    dhGroup string
    The DH Group, used in IKE Phase 1.
    ikeEncryption string
    The IKE encryption algorithm, used for IKE Phase 2.
    ikeIntegrity string
    The IKE encryption integrity algorithm, used for IKE Phase 2.
    ipsecEncryption string
    The IPSec encryption algorithm, used for IKE phase 1.
    ipsecIntegrity string
    The IPSec integrity algorithm, used for IKE phase 1.
    pfsGroup string
    The Pfs Group, used in IKE Phase 2.
    saDataSizeKilobytes number
    The IPSec Security Association payload size in KB for a Site-to-Site VPN tunnel.
    saLifetimeSeconds number
    The IPSec Security Association lifetime in seconds for a Site-to-Site VPN tunnel.
    dh_group str
    The DH Group, used in IKE Phase 1.
    ike_encryption str
    The IKE encryption algorithm, used for IKE Phase 2.
    ike_integrity str
    The IKE encryption integrity algorithm, used for IKE Phase 2.
    ipsec_encryption str
    The IPSec encryption algorithm, used for IKE phase 1.
    ipsec_integrity str
    The IPSec integrity algorithm, used for IKE phase 1.
    pfs_group str
    The Pfs Group, used in IKE Phase 2.
    sa_data_size_kilobytes int
    The IPSec Security Association payload size in KB for a Site-to-Site VPN tunnel.
    sa_lifetime_seconds int
    The IPSec Security Association lifetime in seconds for a Site-to-Site VPN tunnel.
    dhGroup String
    The DH Group, used in IKE Phase 1.
    ikeEncryption String
    The IKE encryption algorithm, used for IKE Phase 2.
    ikeIntegrity String
    The IKE encryption integrity algorithm, used for IKE Phase 2.
    ipsecEncryption String
    The IPSec encryption algorithm, used for IKE phase 1.
    ipsecIntegrity String
    The IPSec integrity algorithm, used for IKE phase 1.
    pfsGroup String
    The Pfs Group, used in IKE Phase 2.
    saDataSizeKilobytes Number
    The IPSec Security Association payload size in KB for a Site-to-Site VPN tunnel.
    saLifetimeSeconds Number
    The IPSec Security Association lifetime in seconds for a Site-to-Site VPN tunnel.

    GetVpnServerConfigurationRadius

    ClientRootCertificates List<GetVpnServerConfigurationRadiusClientRootCertificate>
    One or more client_root_certificate blocks as defined below.
    ServerRootCertificates List<GetVpnServerConfigurationRadiusServerRootCertificate>
    One or more server_root_certificate blocks as defined below.
    Servers List<GetVpnServerConfigurationRadiusServer>
    One or more server blocks as defined below.
    ClientRootCertificates []GetVpnServerConfigurationRadiusClientRootCertificate
    One or more client_root_certificate blocks as defined below.
    ServerRootCertificates []GetVpnServerConfigurationRadiusServerRootCertificate
    One or more server_root_certificate blocks as defined below.
    Servers []GetVpnServerConfigurationRadiusServer
    One or more server blocks as defined below.
    clientRootCertificates List<GetVpnServerConfigurationRadiusClientRootCertificate>
    One or more client_root_certificate blocks as defined below.
    serverRootCertificates List<GetVpnServerConfigurationRadiusServerRootCertificate>
    One or more server_root_certificate blocks as defined below.
    servers List<GetVpnServerConfigurationRadiusServer>
    One or more server blocks as defined below.
    clientRootCertificates GetVpnServerConfigurationRadiusClientRootCertificate[]
    One or more client_root_certificate blocks as defined below.
    serverRootCertificates GetVpnServerConfigurationRadiusServerRootCertificate[]
    One or more server_root_certificate blocks as defined below.
    servers GetVpnServerConfigurationRadiusServer[]
    One or more server blocks as defined below.
    client_root_certificates Sequence[GetVpnServerConfigurationRadiusClientRootCertificate]
    One or more client_root_certificate blocks as defined below.
    server_root_certificates Sequence[GetVpnServerConfigurationRadiusServerRootCertificate]
    One or more server_root_certificate blocks as defined below.
    servers Sequence[GetVpnServerConfigurationRadiusServer]
    One or more server blocks as defined below.
    clientRootCertificates List<Property Map>
    One or more client_root_certificate blocks as defined below.
    serverRootCertificates List<Property Map>
    One or more server_root_certificate blocks as defined below.
    servers List<Property Map>
    One or more server blocks as defined below.

    GetVpnServerConfigurationRadiusClientRootCertificate

    Name string
    The Name of the VPN Server Configuration.
    Thumbprint string
    The Thumbprint of the Certificate.
    Name string
    The Name of the VPN Server Configuration.
    Thumbprint string
    The Thumbprint of the Certificate.
    name String
    The Name of the VPN Server Configuration.
    thumbprint String
    The Thumbprint of the Certificate.
    name string
    The Name of the VPN Server Configuration.
    thumbprint string
    The Thumbprint of the Certificate.
    name str
    The Name of the VPN Server Configuration.
    thumbprint str
    The Thumbprint of the Certificate.
    name String
    The Name of the VPN Server Configuration.
    thumbprint String
    The Thumbprint of the Certificate.

    GetVpnServerConfigurationRadiusServer

    Address string
    The Address of the Radius Server.
    Score int
    The Score of the Radius Server determines the priority of the server.
    Secret string
    The Secret used to communicate with the Radius Server.
    Address string
    The Address of the Radius Server.
    Score int
    The Score of the Radius Server determines the priority of the server.
    Secret string
    The Secret used to communicate with the Radius Server.
    address String
    The Address of the Radius Server.
    score Integer
    The Score of the Radius Server determines the priority of the server.
    secret String
    The Secret used to communicate with the Radius Server.
    address string
    The Address of the Radius Server.
    score number
    The Score of the Radius Server determines the priority of the server.
    secret string
    The Secret used to communicate with the Radius Server.
    address str
    The Address of the Radius Server.
    score int
    The Score of the Radius Server determines the priority of the server.
    secret str
    The Secret used to communicate with the Radius Server.
    address String
    The Address of the Radius Server.
    score Number
    The Score of the Radius Server determines the priority of the server.
    secret String
    The Secret used to communicate with the Radius Server.

    GetVpnServerConfigurationRadiusServerRootCertificate

    Name string
    The Name of the VPN Server Configuration.
    PublicCertData string
    The Public Key Data associated with the Certificate.
    Name string
    The Name of the VPN Server Configuration.
    PublicCertData string
    The Public Key Data associated with the Certificate.
    name String
    The Name of the VPN Server Configuration.
    publicCertData String
    The Public Key Data associated with the Certificate.
    name string
    The Name of the VPN Server Configuration.
    publicCertData string
    The Public Key Data associated with the Certificate.
    name str
    The Name of the VPN Server Configuration.
    public_cert_data str
    The Public Key Data associated with the Certificate.
    name String
    The Name of the VPN Server Configuration.
    publicCertData String
    The Public Key Data associated with the Certificate.

    Package Details

    Repository
    Azure Classic pulumi/pulumi-azure
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the azurerm Terraform Provider.
    azure logo

    We recommend using Azure Native.

    Azure v6.10.0 published on Tuesday, Nov 19, 2024 by Pulumi