Skip to content

Commit c626fd5

Browse files
Merge pull request #311601 from MicrosoftDocs/main
Auto Publish – main to live - 2026-02-10 06:00 UTC
2 parents ae8d8d9 + ef3f64e commit c626fd5

107 files changed

Lines changed: 412 additions & 280 deletions

File tree

Some content is hidden

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

articles/azure-netapp-files/configure-customer-managed-keys.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ Azure NetApp Files supports the ability to move existing volumes using platform-
322322
### Transition volumes
323323
324324
>[!NOTE]
325-
>When you transition volumes to use customer-managed keys, you must perform the transition for every virtual network where your Azure NetApp Files account has volumes.
325+
>When you transition volumes to use customer-managed keys, you must perform the transition for every virtual network where your Azure NetApp Files account has volumes. If you manage your Azure resources using Terraform, you should update all [Terraform-managed Azure resources](terraform-manage-volume.md) for all volumes that were modified out-of-band.
326326
327327
1. Ensure you [configured your Azure NetApp Files account to use customer-managed keys](#configure-a-netapp-account-to-use-customer-managed-keys).
328328
1. In the Azure portal, navigate to **Encryption**.
@@ -416,4 +416,4 @@ Making changes to the Azure Private Endpoint after creating a customer-managed k
416416
* [Azure NetApp Files API](https://github.com/Azure/azure-rest-api-specs/tree/master/specification/netapp/resource-manager/Microsoft.NetApp/stable/2019-11-01)
417417
* [Configure customer-managed keys with managed Hardware Security Module](configure-customer-managed-keys-hardware.md)
418418
* [Configure cross-tenant customer-managed keys](customer-managed-keys-cross-tenant.md)
419-
* [Understand data encryption in Azure NetApp Files](understand-data-encryption.md)
419+
* [Understand data encryption in Azure NetApp Files](understand-data-encryption.md)

articles/azure-netapp-files/terraform-manage-volume.md

Lines changed: 6 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: 08/10/2025
9+
ms.date: 02/04/2026
1010
ms.author: anfdocs
1111
# Customer intent: As a cloud engineer, I want to update Terraform-managed Azure resources safely, so that I can prevent data loss while modifying essential features outside of Terraform.
1212
---
@@ -44,7 +44,11 @@ The following instructions are a high-level overview of the steps required to up
4444
1. Run `terraform plan` to confirm that no changes will be made to your volume. The CLI output should display: `No changes. Your infrastructure matches the configuration.`
4545
>[!NOTE]
4646
> The `terraform plan` command creates a plan file with the changes to the remote resource, allowing you to ensure the safety of your resource before applying any changes.
47-
1. Run `terraform apply` to apply the changes. You should see the same CLI output as in the previous step.
47+
1. Run `terraform apply` to apply the changes. You should see the same CLI output as in the previous step.
48+
49+
>[!NOTE]
50+
> To re-establish the state, you should update the Terraform module's configuration file to reflect the changes made outside of Terraform. This change should be made to all Terraform-managed ANF resource that were modified out-of-band.
51+
4852
4953
## Next steps
5054

articles/azure-resource-manager/bicep/bicep-mcp-server.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The Bicep MCP (Model Context Protocol) server provides AI agents with tools to h
2020
* **`list_avm_metadata`** - Lists metadata for all Azure Verified Modules (AVM).
2121
* **`list_az_resource_types_for_provider`** - Lists all Azure resource types for a specific provider, such as Microsoft.Storage.
2222

23-
Use the Bicep MCP server directly in [Visual Studio Code](#visual-studio-code). You can also run it locally with [MCP-compatible services](#integration-with-other-ai-services).
23+
Use the Bicep MCP server directly in [Visual Studio Code](#visual-studio-code). You can also run it locally with [MCP-compatible services](#integration-with-other-foundry-tools).
2424

2525
## Limitations
2626

@@ -35,7 +35,7 @@ There's no way to definitively guarantee whether the agent orchestrator uses any
3535

3636
The Bicep MCP server is available starting with Visual Studio Code Bicep extension version 0.40.2. For more information about installing, managing, and using Bicep MCP server from VS Code, see [Bicep MCP server](./visual-studio-code.md#bicep-mcp-server).
3737

38-
## Integration with other AI services
38+
## Integration with other Foundry Tools
3939

4040
You can run the Azure Bicep MCP server locally for Claude Desktop and Code, OpenAI Codex CLI, and LMStudio where you can use it with various models.
4141

articles/azure-resource-manager/bicep/parameters.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
title: Parameters in Bicep files
33
description: Learn how to define and use parameters in a Bicep file.
44
ms.topic: article
@@ -205,7 +205,7 @@ See [Elevate error level](./user-defined-data-types.md#elevate-error-level).
205205

206206
### Secure parameters
207207

208-
You can mark string or object parameters as secure. When a parameter is decorated with `@secure()`, Azure Resource Manager treats the parameter value as sensitive, preventing it from being logged or displayed in deployment history, Azure Portal, or command-line outputs.
208+
You can mark string or object parameters as secure. When a parameter is decorated with `@secure()`, Azure Resource Manager treats the parameter value as sensitive, preventing it from being logged or displayed in deployment history, Azure portal, or command-line outputs.
209209

210210
```bicep
211211
@secure()

articles/azure-resource-manager/bicep/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ items:
6161
items:
6262
- name: Cognitive Search
6363
href: /azure/search/search-get-started-bicep?toc=/azure/azure-resource-manager/bicep/toc.json
64-
- name: Azure AI services
64+
- name: Foundry Tools
6565
href: /azure/ai-services/create-account-bicep?toc=/azure/azure-resource-manager/bicep/toc.json
6666
- name: Data Science Virtual Machine
6767
href: /azure/machine-learning/data-science-virtual-machine/dsvm-tutorial-bicep?toc=/azure/azure-resource-manager/bicep/toc.json

articles/azure-resource-manager/management/azure-subscription-service-limits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ See [Service limits in Azure AI Search](/azure/search/search-limits-quotas-capac
135135

136136
<a name='azure-cognitive-services-limits'></a>
137137

138-
## Azure AI Services limits
138+
## Foundry Tools limits
139139

140140
[!INCLUDE [azure-cognitive-services-limits](../../../includes/azure-cognitive-services-limits.md)]
141141

articles/azure-resource-manager/management/control-plane-and-data-plane.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
title: Control plane and data plane operations
33
description: Describes the difference between control plane and data plane operations. Azure Resource Manager handles control plane operations. A service handles data plane operations.
44
ms.topic: article
@@ -48,7 +48,7 @@ The control plane includes two scenarios for handling requests - "green field" a
4848

4949
## Data plane
5050

51-
Requests for data plane operations are sent to an endpoint that's specific to your instance. For example, the [Detect Language operation](/azure/ai-services/language-service/language-detection/overview) in Azure AI services is a data plane operation because the request URL is:
51+
Requests for data plane operations are sent to an endpoint that's specific to your instance. For example, the [Detect Language operation](/azure/ai-services/language-service/language-detection/overview) in Foundry Tools is a data plane operation because the request URL is:
5252

5353
```http
5454
POST {Endpoint}/text/analytics/v2.0/languages

articles/backup/backup-mabs-protection-matrix.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: MABS (Azure Backup Server) V4 protection matrix
33
description: This article provides a support matrix listing all workloads, data types, and installations that Azure Backup Server v4 protects.
4-
ms.date: 07/17/2025
4+
ms.date: 02/10/2026
55
ms.topic: reference
66
ms.service: azure-backup
77
ms.custom: linux-related-content, engagement-fy24
@@ -48,9 +48,9 @@ The following sections details the protection support matrix for MABS:
4848

4949
| **Workload** | **Version** | **Azure Backup Server installation** | **Supported Azure Backup Server** | **Protection and recovery** |
5050
| ------------------------------------------------------------ | ------------------------------------------------------- | ------------------------------------------------------------ | ---------------------------------- | ------------------------------------------------------------ |
51-
| Hyper-V host - MABS protection agent on Hyper-V host server, cluster, or VM | Windows Server 2022, 2019, 2016, 2012 R2, 2012 | Physical server <br><br> Hyper-V virtual machine <br><br> VMware virtual machine | V4 | Protect: Virtual machines, cluster shared volumes (CSVs) <br><br> Recover: Virtual machine, Item-level recovery of files and folders available only for Windows, volumes, virtual hard drives |
51+
| Hyper-V host - MABS protection agent on Hyper-V host server, cluster, or VM | Windows Server 2022, 2019, 2016, 2012 R2, 2012 | Physical server <br><br> Hyper-V virtual machine <br><br> VMware virtual machine | V4 | Protect: Virtual machines, cluster shared volumes (CSVs) <br><br> Recover: Virtual machine, Item-level recovery of files and folders available only for Windows, volumes, virtual hard drives <br><br> Note that Item Level Recovery isn't supported for Virtual Machine volumes that have BitLocker enabled. |
5252
| Azure Local | V1, 20H2, 21H2, 22H2, and 23H2 | Physical server <br><br> Hyper-V / Azure Local virtual machine <br><br> VMware virtual machine | V4 | Protect: Virtual machines, cluster shared volumes (CSVs) <br><br> Recover: Virtual machine, Item-level recovery of files and folders available only for Windows, volumes, virtual hard drives <br><br> Recovery of Arc VMs is supported in a limited capacity in Azure Local, version 23H2. [Learn more](back-up-azure-stack-hyperconverged-infrastructure-virtual-machines.md). |
53-
| VMware VMs | VMware server 6.5, 6.7, 7.0, 8.0 (Licensed Version) | Hyper-V virtual machine <br><br> VMware virtual machine | V4 | Protect: VMware VMs on cluster-shared volumes (CSVs), NFS, and SAN storage <br><br> Recover: Virtual machine, Item-level recovery of files and folders available only for Windows, volumes, virtual hard drives <br><br> VMware vApps aren't supported. <br><br> vSphere 8.0 DataSets feature isn't supported for backup. |
53+
| VMware VMs | VMware server 6.5, 6.7, 7.0, 8.0 (Licensed Version) | Hyper-V virtual machine <br><br> VMware virtual machine | V4 | Protect: VMware VMs on cluster-shared volumes (CSVs), NFS, and SAN storage <br><br> Recover: Virtual machine, Item-level recovery of files and folders available only for Windows, volumes, virtual hard drives <br><br> Note that Item Level Recovery isn't supported for Virtual Machine volumes that have BitLocker enabled. <br><br> VMware vApps aren't supported. <br><br> vSphere 8.0 DataSets feature isn't supported for backup. |
5454

5555
>[!NOTE]
5656
> MABS doesn't support backup of virtual machines with pass-through disks or those that use a remote VHD. We recommend that in these scenarios you use guest-level backup using MABS, and install an agent on the virtual machine to back up the data.

articles/cloud-shell/faq-troubleshooting.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: This article answers common questions and explains how to troubleshoot Cloud Shell issues.
3-
ms.date: 02/05/2026
3+
ms.date: 02/09/2026
44
ms.topic: troubleshooting
55
tags: azure-resource-manager
66
ms.custom: has-azure-ad-ps-ref
@@ -147,15 +147,16 @@ command that requires elevated permissions.
147147
corner. Search for `terminals?` to find the request for a Cloud Shell terminal. Select the one
148148
of the request entries found by the search. In the **Headers** tab, find the hostname in the
149149
**Request URL**. The name is similar to
150-
`ccon-prod-<region-name>-aci-XX.servicebus.windows.net`. For Azure Government Cloud, the
151-
hostname ends with `servicebus.usgovcloudapi.net`.
150+
`ccon-prod-<region-name>-aci-XX.servicebus.windows.net`. In the Azure Government Cloud, the
151+
hostnames are `ccon-fairfax-usgovvirginia-dedicated-aci-02.servicebus.usgovcloudapi.net` and
152+
`ccon-fairfax-arizona-aci-dedicated-01.servicebus.usgovcloudapi.net`.
152153

153154
The following screenshot shows the Developer Tools in Microsoft Edge for a successful request
154155
for a terminal. The hostname is `ccon-prod-southcentalus-aci-02.servicebus.windows.net`. In
155156
your case, the request should be unsuccessful, but you can find the hostname you need to
156157
resolve.
157158

158-
[![Screenshot of the browser developer tools.][06]](media/faq-troubleshooting/devtools-large.png#lightbox)
159+
[![Screenshot of the browser developer tools.][06]][07]
159160

160161
For information about accessing the Developer Tools in other browsers, see
161162
[Capture a browser trace for troubleshooting][01].
@@ -291,3 +292,4 @@ Use the following steps to delete your user settings.
291292
[04]: /shows/it-ops-talk/azure-cloud-shell-in-the-windows-terminal
292293
[05]: https://code.visualstudio.com/docs/azure/vscodeforweb
293294
[06]: media/faq-troubleshooting/devtools-small.png
295+
[07]: media/faq-troubleshooting/devtools-large.png#lightbox

0 commit comments

Comments
 (0)