Skip to content

Commit 785182a

Browse files
authored
Merge pull request #292071 from MicrosoftDocs/main
12/17/2024 AM Publish
2 parents e4d64cc + e7d7807 commit 785182a

File tree

276 files changed

+874
-7936
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

276 files changed

+874
-7936
lines changed

articles/api-management/api-management-policies.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ More information about policies:
2222
+ [Policy overview](api-management-howto-policies.md)
2323
+ [Set or edit policies](set-edit-policies.md)
2424
+ [Policy expressions](api-management-policy-expressions.md)
25+
+ [Policy snippets repo](https://github.com/Azure/api-management-policy-snippets)
26+
+ [Azure API Management policy toolkit](https://github.com/Azure/azure-api-management-policy-toolkit/)
2527
+ [Author policies using Microsoft Copilot in Azure](/azure/copilot/author-api-management-policies?toc=%2Fazure%2Fapi-management%2Ftoc.json&bc=/azure/api-management/breadcrumb/toc.json)
2628

2729
> [!IMPORTANT]

articles/api-management/api-management-policy-expressions.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -247,11 +247,12 @@ The `context` variable is implicitly available in every policy [expression](api-
247247

248248
For more information working with policies, see:
249249

250-
+ [Policies in API Management](api-management-howto-policies.md)
251-
+ [Tutorial: Transform and protect APIs](transform-api.md)
252-
+ [Policy reference](./api-management-policies.md) for a full list of policy statements and their settings
253-
+ [Policy snippets repo](https://github.com/Azure/api-management-policy-snippets)
254-
+ [Author policies using Microsoft Copilot in Azure](/azure/copilot/author-api-management-policies?toc=%2Fazure%2Fapi-management%2Ftoc.json&bc=/azure/api-management/breadcrumb/toc.json)
250+
* [Policies in API Management](api-management-howto-policies.md)
251+
* [Tutorial: Transform and protect APIs](transform-api.md)
252+
* [Policy reference](./api-management-policies.md) for a full list of policy statements and their settings
253+
* [Policy snippets repo](https://github.com/Azure/api-management-policy-snippets)
254+
* [Azure API Management policy toolkit](https://github.com/Azure/azure-api-management-policy-toolkit/)
255+
* [Author policies using Microsoft Copilot in Azure](/azure/copilot/author-api-management-policies?toc=%2Fazure%2Fapi-management%2Ftoc.json&bc=/azure/api-management/breadcrumb/toc.json)
255256

256257
For more information:
257258

articles/api-management/set-edit-policies.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ More information about policies:
2323
* [Policy overview](api-management-howto-policies.md)
2424
* [Policy reference](api-management-policies.md) for a full list of policy statements and their settings
2525
* [Policy snippets repo](https://github.com/Azure/api-management-policy-snippets)
26+
* [Azure API Management policy toolkit](https://github.com/Azure/azure-api-management-policy-toolkit/)
27+
* [Author policies using Microsoft Copilot in Azure](/azure/copilot/author-api-management-policies?toc=%2Fazure%2Fapi-management%2Ftoc.json&bc=/azure/api-management/breadcrumb/toc.json)
28+
2629

2730
## Prerequisites
2831

@@ -230,8 +233,9 @@ To modify the policy evaluation order using the policy editor:
230233

231234
For more information about working with policies, see:
232235

233-
+ [Tutorial: Transform and protect APIs](transform-api.md)
234-
+ [Set or edit policies](set-edit-policies.md)
235-
+ [Policy reference](./api-management-policies.md) for a full list of policy statements and their settings
236-
+ [Policy snippets repo](https://github.com/Azure/api-management-policy-snippets)
237-
+ [Author policies using Microsoft Copilot in Azure](/azure/copilot/author-api-management-policies?toc=%2Fazure%2Fapi-management%2Ftoc.json&bc=/azure/api-management/breadcrumb/toc.json)
236+
* [Tutorial: Transform and protect APIs](transform-api.md)
237+
* [Set or edit policies](set-edit-policies.md)
238+
* [Policy reference](./api-management-policies.md)
239+
* [Policy snippets repo](https://github.com/Azure/api-management-policy-snippets)
240+
* [Azure API Management policy toolkit](https://github.com/Azure/azure-api-management-policy-toolkit/)
241+
* [Author policies using Microsoft Copilot in Azure](/azure/copilot/author-api-management-policies?toc=%2Fazure%2Fapi-management%2Ftoc.json&bc=/azure/api-management/breadcrumb/toc.json)

articles/app-service/provision-resource-terraform.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ resource "azurerm_linux_web_app" "webapp" {
7474
location = azurerm_resource_group.rg.location
7575
resource_group_name = azurerm_resource_group.rg.name
7676
service_plan_id = azurerm_service_plan.appserviceplan.id
77+
depends_on = [azurerm_service_plan.appserviceplan]
7778
https_only = true
7879
site_config {
7980
minimum_tls_version = "1.2"

articles/azure-netapp-files/manage-availability-zone-volume-placement.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: b-ahibbard
66
ms.service: azure-netapp-files
77
ms.custom: devx-track-terraform
88
ms.topic: how-to
9-
ms.date: 12/11/2024
9+
ms.date: 12/17/2024
1010
ms.author: anfdocs
1111
---
1212
# Manage availability zone volume placement for Azure NetApp Files
@@ -30,7 +30,7 @@ You can deploy new volumes in the logical availability zone of your choice. You
3030

3131
* VMs and Azure NetApp Files volumes are to be deployed separately, within the same logical availability zone to create zone alignment between VMs and Azure NetApp Files. The availability zone volume placement feature doesn't create zonal VMs upon volume creation, or vice versa.
3232

33-
* <a name="file-path-uniqueness"></a> For volumes in different availability zones, Azure NetApp Files allows you to create volumes with the same file path (NFS), share name (SMB), or volume path (dual-protocol). This feature is currently in preview.
33+
* <a name="file-path-uniqueness"></a> For volumes in different availability zones, Azure NetApp Files allows you to create volumes with the same file path (NFS), share name (SMB), or volume path (dual-protocol).
3434

3535
>[!IMPORTANT]
3636
>It's not recommended that you use availability zones for Terraform-managed volumes. If you do, you must [add the zone property to your volume](#populate-availability-zone-for-terraform-managed-volumes).

articles/azure-netapp-files/whats-new.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: b-hchen
66
ms.service: azure-netapp-files
77
ms.custom: linux-related-content
88
ms.topic: overview
9-
ms.date: 12/11/2024
9+
ms.date: 12/17/2024
1010
ms.author: anfdocs
1111
---
1212

@@ -16,6 +16,10 @@ Azure NetApp Files is updated regularly. This article provides a summary about t
1616

1717
## December 2024
1818

19+
* [Volume enhancement: creating volumes with the same file path, share name, or volume path in different availability zones](manage-availability-zone-volume-placement.md#file-path-uniqueness) is now generally available (GA)
20+
21+
Azure NetApp Files allows you to create volumes with the same file path (NFS), share name (SMB), or volume path (dual-protocol) as long as they are in different availability zones. For more information, see [Create an NFS volume for Azure NetApp Files](azure-netapp-files-create-volumes.md), [Create an SMB volume for Azure NetApp Files](azure-netapp-files-create-volumes-smb.md), or [Create a dual-protocol volume for Azure NetApp Files](create-volumes-dual-protocol.md). This feature is now generally available.
22+
1923
* [Cloud Backup for Virtual Machines on Azure NetApp Files datastores for Azure VMware Solution:](../azure-vmware/install-cloud-backup-virtual-machines.md) enhanced backup capabilities (Preview)
2024

2125
Cloud Backup for Virtual Machines now integrates with [Azure NetApp Files backup](backup-introduction.md), significantly enhancing data protection by offering a fully managed backup solution for long-term recovery, archiving, and compliance. This integration allows you to mount a datastore from a snapshot or Azure NetApp Files backup to restore files. You can [mount the backup](../azure-vmware/configure-cloud-backup-virtual-machine.md) to either the Azure VMware Solution host where it was created or to an alternate host.

articles/azure-resource-manager/management/azure-services-resource-providers.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ The resource providers for developer tools services are:
136136
| Microsoft.DevCenter | [Microsoft Dev Box](../../dev-box/index.yml) |
137137
| Microsoft.DevSpaces | [Azure Dev Spaces](/previous-versions/azure/dev-spaces/) |
138138
| Microsoft.LoadTestService | [Azure Load Testing](/azure/load-testing/) |
139-
| Microsoft.MixedReality | [Azure Spatial Anchors](../../spatial-anchors/index.yml) |
140139
| Microsoft.Notebooks | [Azure Notebooks](https://notebooks.azure.com/help/introduction) |
141140

142141
## DevOps resource providers

articles/azure-resource-manager/management/move-support-resources.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1298,7 +1298,6 @@ Moves between Resource groups and subscriptions are supported for APIs that use
12981298
> | ------------- | ----------- | ---------- | ---------- |
12991299
> | objectunderstandingaccounts | No | No | No |
13001300
> | remoterenderingaccounts | **Yes** | **Yes** | No |
1301-
> | spatialanchorsaccounts | **Yes** | **Yes** | No |
13021301
13031302
## Microsoft.MobileNetwork
13041303

articles/azure-resource-manager/management/tag-support.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2202,7 +2202,6 @@ To get the same data as a file of comma-separated values, download [tag-support.
22022202
> | objectAnchorsAccounts | Yes | Yes |
22032203
> | objectUnderstandingAccounts | Yes | Yes |
22042204
> | remoteRenderingAccounts | Yes | Yes |
2205-
> | spatialAnchorsAccounts | Yes | Yes |
22062205
22072206
## Microsoft.MobileNetwork
22082207

articles/azure-resource-manager/templates/deployment-complete-mode-deletion.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2202,7 +2202,6 @@ The resources are listed by resource provider namespace. To match a resource pro
22022202
> | objectAnchorsAccounts | Yes |
22032203
> | objectUnderstandingAccounts | Yes |
22042204
> | remoteRenderingAccounts | Yes |
2205-
> | spatialAnchorsAccounts | Yes |
22062205
22072206
## Microsoft.MobileNetwork
22082207

0 commit comments

Comments
 (0)