You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/app-service/app-service-configure-premium-v4-tier.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -141,7 +141,7 @@ If your app runs where Premium v4 isn't available (either the deployment or the
141
141
142
142
When creating the plan, select the desired Premium v4 tier. This ensures the plan is in a deployment unit supporting Premium V4. Then, redeploy your application code to the new app. Even if you scale the new plan down to save costs, you can always scale back up to Premium v4 because the deployment unit supports it.
143
143
144
-
- Use the **Development tools** > **Clone app** page to create an App Service plan with Premium v4 in your desired region, specifying the app settings and configuration to clone.
144
+
- Use the **Development tools** > **Clone app** page to create an App Service plan with Premium v4 in your desired region, specifying the app settings and configuration to clone. Refer to the [current restrictions](app-service-web-app-cloning.md#current-restrictions) for app cloning.
145
145
146
146
:::image type="content" source="media/app-service-configure-premium-tier/clone-app.png" alt-text="Screenshot showing how to clone your app.":::
Copy file name to clipboardExpand all lines: articles/artifact-signing/quickstart.md
+17-8Lines changed: 17 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,14 +117,23 @@ An Artifact Signing account is a logical container that holds identity validatio
117
117
118
118
You can create Artifact Signing resources only in Azure regions where the service is currently available. The following table lists the Azure regions that currently support Artifact Signing resources:
119
119
120
-
| Region | Region class fields | Endpoint URI value |
Copy file name to clipboardExpand all lines: articles/azure-app-configuration/concept-enable-rbac.md
+61Lines changed: 61 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,5 +60,66 @@ Follow these steps to assign App Configuration Data roles to your credential.
60
60
3. On the **Members** tab, follow the wizard to select the credential you're granting access to and then select **Next**.
61
61
4. Finally, on the **Review + assign** tab, select **Review + assign** to assign the role.
62
62
63
+
## Configuring cloud-specific audience for Entra ID authentication
64
+
65
+
When using Entra ID and the following Azure App Configuration libraries in clouds other than Azure cloud, Azure Government, and Microsoft Azure operated by 21Vianet, an appropriate Entra ID audience must be configured to enable authentication.
66
+
67
+
### [.NET](#tab/dotnet)
68
+
69
+
The Audience for the target cloud must be configured for the following packages.
70
+
71
+
- Azure SDK for .NET: Azure.Data.AppConfiguration >= 1.6.0
In the **Azure SDK for .NET**, audience is configured by utilizing the following API calls:
75
+
76
+
* The ConfigurationClient constructor [accepts ConfigurationClientOptions](/dotnet/api/azure.data.appconfiguration.configurationclient.-ctor#azure-data-appconfiguration-configurationclient-ctor(system-uri-azure-core-tokencredential-azure-data-appconfiguration-configurationclientoptions))
77
+
* ConfigurationClientOptions allows [Audience](/dotnet/api/azure.data.appconfiguration.configurationclientoptions.audience#azure-data-appconfiguration-configurationclientoptions-audience) to be set
78
+
79
+
The following code snippet demonstrates how to instantiate a configuration client with a cloud-specific audience.
80
+
81
+
```
82
+
var configurationClient = new ConfigurationClient(
83
+
myStoreEndpoint,
84
+
new DefaultAzureCredential(),
85
+
new ConfigurationClientOptions
86
+
{
87
+
Audience = "{Cloud specific audience here}"
88
+
});
89
+
```
90
+
91
+
In the **.NET configuration provider**, audience is configured by utilizing the following API calls:
92
+
93
+
* AzureAppConfigurationOptions exposes a [ConfigureClientOptions](/dotnet/api/microsoft.extensions.configuration.azureappconfiguration.azureappconfigurationoptions.configureclientoptions#microsoft-extensions-configuration-azureappconfiguration-azureappconfigurationoptions-configureclientoptions(system-action((azure-data-appconfiguration-configurationclientoptions)))) method
94
+
95
+
The following code snippet demonstrates how to add the Azure App Configuration provider into a .NET application with a cloud-specific audience.
96
+
97
+
```
98
+
builder.AddAzureAppConfiguration(o =>
99
+
{
100
+
o.Connect(
101
+
myStoreEndpoint,
102
+
new DefaultAzureCredential());
103
+
104
+
o.ConfigureClientOptions(clientOptions => clientOptions.Audience = "{Cloud specific audience here}");
105
+
});
106
+
```
107
+
108
+
---
109
+
110
+
### Audience
111
+
112
+
For Azure App Configuration in the global Azure cloud, use the following audience:
113
+
114
+
`https://appconfig.azure.com`
115
+
116
+
For Azure App Configuration in the national clouds, use the applicable audience specified in the table below:
Copy file name to clipboardExpand all lines: articles/azure-app-configuration/rest-api-authentication-azure-ad.md
+1-11Lines changed: 1 addition & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,17 +39,7 @@ Before acquiring a Microsoft Entra token, you must identify what user you want t
39
39
40
40
Request the Microsoft Entra token with a proper audience. The audience can also be referred to as the *resource* that the token is being requested for.
41
41
42
-
For Azure App Configuration in the global Azure cloud, use the following audience:
43
-
44
-
`https://appconfig.azure.com`
45
-
46
-
For Azure App Configuration in the national clouds, use the applicable audience specified in the table below:
| Microsoft Azure operated by 21Vianet |`https://appconfig.azure.cn`|
52
-
| Bleu |`https://appconfig.sovcloud-api.fr`|
42
+
For details on which audience to use for which cloud, refer to the [audience section of the Entra ID access overview](./concept-enable-rbac.md#audience).
Copy file name to clipboardExpand all lines: articles/backup/azure-file-share-backup-overview.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ ms.author: v-mallicka
16
16
17
17
Azure Files backup is a native cloud solution that protects your data and eliminates on-premises maintenance overheads. Azure Backup integrates with Azure File Sync, centralizing your File Share data and backups. The secure, managed backup solution supports **snapshot** and **vaulted** backups to protect your enterprise File Shares, ensuring data recovery from accidental or malicious deletion.
18
18
19
-
Azure Backup now offers general availability of Vaulted Backup for Azure Files (Standard tier), enabling secure, long-term protection with ransomware defense, cross-region recovery, and compliance-ready retention—all managed through a unified backup policy. For more insights, see the [Microsoft Community Hub blog](https://techcommunity.microsoft.com/blog/azurestorageblog/general-availability-vaulted-backup-for-azure-files---boost-your-data-security-a/4395344). To know the latest product enhancements and feature updates in Azure, see [Microsoft Azure Updates](https://azure.microsoft.com/updates?id=482659).
19
+
Azure Backup now offers general availability of Vaulted Backup for Azure Files, enabling secure, long-term protection with ransomware defense, cross-region recovery, and compliance-ready retention—all managed through a unified backup policy. For more insights, see the [Microsoft Community Hub blog](https://techcommunity.microsoft.com/blog/azurestorageblog/general-availability-vaulted-backup-for-azure-files---boost-your-data-security-a/4395344). To know the latest product enhancements and feature updates in Azure, see [Microsoft Azure Updates](https://azure.microsoft.com/updates?id=482659).
Copy file name to clipboardExpand all lines: articles/nat-gateway/faq.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ sections:
63
63
questions:
64
64
- question: What is StandardV2 NAT Gateway?
65
65
answer: |
66
-
StandardV2 NAT Gateway is a new SKU offering of the Azure NAT Gateway service. StandardV2 NAT Gateway offers zone-redundancy support, enhanced data processing limits, IPv6 support, Flow logs, and increased scalability compared to the original Standard NAT Gateway. For more information, see [NAT Gateway SKUs](nat-sku.md).
66
+
StandardV2 NAT Gateway is a new SKU offering of the Azure NAT Gateway service that is currently in **Public Preview**. StandardV2 NAT Gateway offers zone-redundancy support, enhanced data processing limits, IPv6 support, Flow logs, and increased scalability compared to the original Standard NAT Gateway. For more information, see [NAT Gateway SKUs](nat-sku.md).
67
67
68
68
- question: Can I upgrade my existing Standard NAT Gateway to StandardV2 NAT Gateway?
Learn how to create and remove a NAT gateway resource from a virtual network subnet. A NAT gateway enables outbound connectivity for resources in an Azure Virtual Network. You can change the public IP addresses and public IP address prefixes associated with the NAT gateway changed after deployment.
17
17
18
+
> [!IMPORTANT]
19
+
> Standard V2 SKU Azure NAT Gateway is currently in PREVIEW.
20
+
> See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
21
+
18
22
This article explains how to manage the following aspects of NAT gateway:
19
23
20
24
- Create a NAT gateway and associate it with an existing subnet.
Copy file name to clipboardExpand all lines: articles/nat-gateway/monitor-nat-gateway-flow-logs.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,10 @@ In this article, you learn how to set up, monitor, and troubleshoot with Azure S
20
20
- An Azure StandardV2 NAT Gateway resource. To learn how to create a StandardV2 NAT Gateway resource, see [Quickstart: Create a StandardV2 NAT Gateway](./quickstart-create-nat-gateway-v2.md).
21
21
- An Azure Monitor Log Analytics workspace. To learn how to create a Log Analytics workspace, see [Quickstart: Create a Log Analytics workspace](/azure/azure-monitor/logs/quick-create-workspace).
22
22
23
+
> [!IMPORTANT]
24
+
> StandardV2 Azure NAT Gateway is currently in PREVIEW.
25
+
> See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
26
+
23
27
## Enable diagnostic settings to collect NAT gateway flow logs
24
28
25
29
In this section, you learn how to set up StandardV2 NAT gateway flow logs and send it to the recommended destination – Log Analytics workspace, which enables you to manage data retention and access. To learn more about the other destinations, including Azure Storage account and Azure Event Hubs, see [Diagnostic settings in Azure Monitor - Azure Monitor | Microsoft Learn.](/azure/azure-monitor/platform/diagnostic-settings)
Copy file name to clipboardExpand all lines: articles/nat-gateway/nat-gateway-design.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,10 @@ ms.date: 11/04/2025
14
14
15
15
Review this article to familiarize yourself with considerations for designing virtual networks with NAT gateway.
16
16
17
+
> [!IMPORTANT]
18
+
> Standard V2 SKU Azure NAT Gateway is currently in PREVIEW.
19
+
> See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
20
+
17
21
## Connect to the internet with a NAT gateway
18
22
19
23
NAT Gateway is recommended for all production workloads where you need to connect to a public endpoint over the internet. Outbound connectivity takes place right away upon deployment of a NAT gateway with a subnet and at least one public IP address. No routing configurations are required to start connecting outbound with the NAT gateway. The NAT gateway becomes the subnet’s default route to the internet.
0 commit comments