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/azure-app-configuration/concept-enable-rbac.md
+37Lines changed: 37 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -224,6 +224,43 @@ const client = new AppConfigurationClient(myStoreEndpoint, new DefaultAzureCrede
224
224
});
225
225
```
226
226
227
+
### [Python](#tab/python)
228
+
#### Python configuration provider
229
+
230
+
If your application uses the following package, audience can be configured by passing the keyword `audience` to the `load` method. Use version **2.4.0** or later of the following package.
231
+
-`azure-appconfiguration-provider`
232
+
233
+
The following code snippet demonstrates how to load Azure App Configuration in a Python application with a cloud-specific audience.
234
+
235
+
```python
236
+
from azure.appconfiguration.provider import load
237
+
from azure.identity import DefaultAzureCredential
238
+
239
+
config = load(
240
+
endpoint=myStoreEndpoint,
241
+
credential=DefaultAzureCredential(),
242
+
audience="{Cloud specific audience here}",
243
+
)
244
+
```
245
+
246
+
#### Azure SDK for Python
247
+
248
+
If your application uses the following package, audience can be configured by passing the `audience` keyword to the `AzureAppConfigurationClient` constructor. Use version **1.8.0** or later of the following package.
249
+
-`azure-appconfiguration`
250
+
251
+
The following code snippet demonstrates how to instantiate a configuration client with a cloud-specific audience.
252
+
253
+
```python
254
+
from azure.appconfiguration import AzureAppConfigurationClient
255
+
from azure.identity import DefaultAzureCredential
256
+
257
+
client = AzureAppConfigurationClient(
258
+
myStoreEndpoint,
259
+
DefaultAzureCredential(),
260
+
audience="{Cloud specific audience here}",
261
+
)
262
+
```
263
+
227
264
### [Go](#tab/go)
228
265
229
266
To configure the Entra ID audience, import the following packages in your Go application first:
Copy file name to clipboardExpand all lines: articles/azure-netapp-files/advanced-ransomware-protection.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ services: azure-netapp-files
5
5
author: netapp-manishc
6
6
ms.service: azure-netapp-files
7
7
ms.topic: concept-article
8
-
ms.date: 01/13/2026
8
+
ms.date: 03/17/2026
9
9
ms.author: anfdocs
10
10
ms.custom: references_regions
11
11
# Customer intent: "As a data engineer, I want to understand the advanced ransomware protection features of Azure NetApp Files, so that I can safeguard the cloud file data against ransomware attacks."
@@ -56,7 +56,10 @@ Advanced ransomware protection (ARP) in Azure NetApp Files is a built-in capabil
# Customer intent: As a government IT administrator, I want to understand how to access and utilize Azure NetApp Files in Azure Government, so that I can effectively manage mission-critical workloads within the dedicated cloud environment.
12
12
---
@@ -25,7 +25,6 @@ All [Azure NetApp Files features](whats-new.md) available on Azure public cloud
25
25
26
26
| Azure NetApp Files features | Azure public cloud availability | Azure Government availability |
27
27
|:--- |:--- |:--- |
28
-
| Advanced ransomware protection | Preview | No |
29
28
| Customer-managed keys with managed Hardware Security Module | Generally available | No |
30
29
| Elastic zone-redundant storage service level | Preview | No |
31
30
| File access logs | Generally available |[Partial support](manage-file-access-logs.md#supported-regions)|
Copy file name to clipboardExpand all lines: articles/azure-netapp-files/azure-netapp-files-metrics.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ services: azure-netapp-files
5
5
author: b-hchen
6
6
ms.service: azure-netapp-files
7
7
ms.topic: concept-article
8
-
ms.date: 01/16/2026
8
+
ms.date: 03/16/2026
9
9
ms.author: anfdocs
10
10
# Customer intent: As a cloud storage administrator, I want to analyze performance and usage metrics for Azure NetApp Files, so that I can optimize storage provisioning and ensure efficient operation of my storage resources.
11
11
---
@@ -314,7 +314,7 @@ Azure NetApp Files provides metrics on allocated storage, actual storage usage,
314
314
The delay between when data is written to the source volume and when it’s available on the destination volume.
315
315
316
316
> [!NOTE]
317
-
> When assessing the health status of the volume replication, consider the volume replication lag time. If the lag time is greater than the replication schedule, the replication volume won't catch up to the source. To resolve this issue, adjust the replication speed or the replication schedule.
317
+
> When assessing the health status of the volume replication, consider the volume replication lag time. If the lag time is greater than the replication schedule, the replication volume won't catch up to the source. To resolve this issue, adjust the replication schedule.
318
318
319
319
-*Volume replication last transfer duration*
320
320
The time taken for the most recent replication session to transfer all changed data (example: blocks, snapshots) from the source volume to the destination volume.
Copy file name to clipboardExpand all lines: articles/azure-signalr/signalr-howto-troubleshoot-guide.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
@@ -23,7 +23,7 @@ This article provides troubleshooting guidance for some of the common issues tha
23
23
24
24
### Root cause
25
25
26
-
For HTTP/2, the max length for a single header is **4 K**, so if using browser to access Azure service, there's an error `ERR_CONNECTION_` for this limitation.
26
+
For HTTP/2, the max length for a single header is **4 K**, so if you're using a browser to access the Azure service, you might encounter an error `ERR_CONNECTION_` for this limitation.
27
27
28
28
For HTTP/1.1, or C# clients, the max URI length is **12 K** and the max header length is **16 K**.
Copy file name to clipboardExpand all lines: articles/backup/backup-azure-policy-supported-skus.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
---
2
2
title: Supported VM SKUs for Azure Policy
3
-
description: 'An article describing the supported VM SKUs (by Publisher, Image Offer and Image SKU) which are supported for the built-in Azure Policies provided by Backup'
3
+
description: 'An article describing the supported Virtual Machine (VM) SKUs (by Publisher, Image Offer and Image SKU) which are supported for the built-in Azure Policies provided by Backup'
4
4
ms.topic: reference
5
-
ms.date: 10/16/2024
5
+
ms.date: 03/17/2026
6
6
ms.service: azure-backup
7
7
author: AbhishekMallick-MS
8
8
ms.author: v-mallicka
@@ -12,14 +12,18 @@ ms.author: v-mallicka
12
12
# Supported VM SKUs for Azure Policy
13
13
14
14
> [!CAUTION]
15
-
> This article references CentOS, a Linux distribution that is End Of Life (EOL) status. Please consider your use and planning accordingly. For more information, see the [CentOS End Of Life guidance](/azure/virtual-machines/workloads/centos/centos-end-of-life).
15
+
> This article references CentOS, a Linux distribution that is End Of Life (EOL) status. Consider your use and planning accordingly. For more information, see the [CentOS End Of Life guidance](/azure/virtual-machines/workloads/centos/centos-end-of-life).
16
16
17
-
Azure Backup provides a built-in policy (using Azure Policy) that can be assigned to **all Azure VMs in a specified location within a subscription or resource group**. When this policy is assigned to a given scope, all new VMs created in that scope are automatically configured for backup to an **existing vault in the same location and subscription**. The table below lists all the VM SKUs supported by this policy.
17
+
Azure Backup provides a built-in policy (using Azure Policy) that can be assigned to **all Azure Virtual Machines (VMs) in a specified location within a subscription or resource group**. When this policy is assigned to a given scope, all new VMs created in that scope are automatically configured for backup to an **existing vault in the same location and subscription**. The following table lists all the VM SKUs supported by this policy.
18
18
19
19
## Supported VMs*
20
20
21
21
**Policy Name:** Configure backup on VMs of a location to an existing central vault in the same location
22
22
23
+
The following table lists the supported VM SKUs for the built-in Azure Policy provided by Azure Backup.
Copy file name to clipboardExpand all lines: articles/backup/backup-azure-restore-files-from-vm.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Recover files and folders from Azure VM backup
3
3
description: In this article, learn how to recover files and folders from an Azure virtual machine recovery point.
4
4
ms.topic: how-to
5
-
ms.date: 09/18/2025
5
+
ms.date: 03/17/2026
6
6
ms.custom: references_regions
7
7
ms.service: azure-backup
8
8
author: AbhishekMallick-MS
@@ -90,6 +90,8 @@ The VM on which you want to run the downloaded script must meet the following re
90
90
91
91
The following table shows the compatibility between server and computer operating systems. When recovering files, you can't restore files to a previous or future operating system version. For example, you can't restore a file from a Windows Server 2016 VM to Windows Server 2012 or a Windows 8 computer. You can restore files from a VM to the same server operating system, or to the compatible client operating system.
Copy file name to clipboardExpand all lines: articles/backup/transport-layer-security.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Transport Layer Security in Azure Backup
3
3
description: Learn how to enable Azure Backup to use the encryption protocol Transport Layer Security (TLS) to keep data secure when being transferred over a network.
4
4
ms.topic: how-to
5
-
ms.date: 09/25/2025
5
+
ms.date: 03/17/2026
6
6
author: AbhishekMallick-MS
7
7
ms.author: v-mallicka
8
8
# Customer intent: As a system administrator, I want to enable TLS 1.2 in Azure Backup, so that I can ensure secure data transmission and protect sensitive backup information from vulnerabilities associated with older protocols.
@@ -16,6 +16,8 @@ This article describes how to enable Transport Layer Security (TLS) 1.2 for Azur
16
16
17
17
If the machine is running earlier versions of Windows, the corresponding updates noted below must be installed and the registry changes documented in the KB articles must be applied.
0 commit comments