Skip to content

Commit f10c559

Browse files
authored
Merge pull request #313178 from MicrosoftDocs/main
3/16/2026 11:30 AM IST Publish
2 parents 5b1c97d + eb06d34 commit f10c559

4 files changed

Lines changed: 21 additions & 0 deletions

File tree

articles/azure-app-configuration/concept-enable-rbac.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,15 @@ Follow these steps to assign App Configuration Data roles to your credential.
6464

6565
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.
6666

67+
> [!TIP]
68+
> If you encounter the following error when connecting to Azure App Configuration, it’s typically because you’re using App Configuration in a specific cloud without explicitly configuring the Microsoft Entra ID audience.
69+
>
70+
> ```console
71+
> AADSTS500011: The resource principal named https://appconfig.azure.com was not found in the tenant named msazurecloud.
72+
> ```
73+
>
74+
> To resolve this issue, configure the appropriate Entra ID audience as shown in the code snippets below.
75+
6776
### [.NET](#tab/dotnet)
6877
6978
The Audience for the target cloud must be configured for the following packages.

articles/backup/blob-backup-configure-quick.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ Before you configure blob vaulted backup, ensure that:
2424
- You assign permissions to the Backup vault on the storage account. [Learn more](blob-backup-configure-manage.md?tabs=vaulted-backup#grant-permissions-to-the-backup-vault-on-storage-accounts).
2525
- You create a backup policy for Azure Blobs vaulted backup. [Learn more](blob-backup-configure-manage.md?tabs=vaulted-backup#create-a-backup-policy).
2626

27+
> [!CAUTION]
28+
> *Azure Backup is not supported for Storage Accounts enabled with network security perimeter. We recommend not associating an account with network security perimeter if you have backups enabled or if you plan to use Azure Backup.*  
29+
>
2730
## Before you start
2831

2932
Things to remember before you start configuring blob vaulted backup:

articles/backup/blob-backup-configure-tutorial.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ Before you configure blob vaulted backup, ensure that:
2222
- You have a Backup vault to configure Azure Blob backup. If you haven't created the Backup vault, [create one](blob-backup-configure-manage.md?tabs=vaulted-backup#create-a-backup-vault).
2323
- You assign permissions to the Backup vault on the storage account. [Learn more](blob-backup-configure-manage.md?tabs=vaulted-backup#grant-permissions-to-the-backup-vault-on-storage-accounts).
2424

25+
> [!CAUTION]
26+
> *Azure Backup is not supported for Storage Accounts enabled with network security perimeter. We recommend not associating an account with network security perimeter if you have backups enabled or if you plan to use Azure Backup.*  
27+
>
2528
## Before you start
2629

2730
Things to remember before you start configuring blob vaulted backup:

articles/nat-gateway/tutorial-hub-spoke-nat-firewall.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,9 @@ All outbound internet traffic traverses the NAT gateway to the internet. Use the
371371

372372
1. Select **Review + create** and then select **Create**.
373373

374+
> [!NOTE]
375+
> A Standard V2 Public IP address can only be associated with a Standard V2 NAT Gateway and not any other services.
376+
374377
1. In the search box at the top of the portal, enter **NAT gateway**. Select **NAT gateways** in the search results.
375378

376379
1. Select **+ Create**.
@@ -422,6 +425,9 @@ $ip = @{
422425
$publicIPIPv4 = New-AzPublicIpAddress @ip
423426
```
424427

428+
> [!NOTE]
429+
> A Standard V2 Public IP address can only be associated with a Standard V2 NAT Gateway and not any other services.
430+
425431
Use [New-AzNatGateway](/powershell/module/az.network/new-aznatgateway) to create the NAT gateway resource.
426432

427433
```azurepowershell

0 commit comments

Comments
 (0)