Skip to content

Commit 277287d

Browse files
committed
rollback
1 parent a2c9b16 commit 277287d

3 files changed

Lines changed: 53 additions & 53 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Migrate Azure resources and JSON ARM templates to use Bicep
33
description: Learn the recommended workflow when migrating Azure resources and JSON ARM templates to use Bicep.
4-
ms.topic: article
4+
ms.topic: article
55
ms.date: 10/30/2025
66
ms.custom:
77
- devx-track-bicep
@@ -35,7 +35,7 @@ The convert phase consists of two steps, which you complete in sequence:
3535
1. **If required, convert the JSON representation to Bicep using the _decompile_ command.** [The Bicep tooling includes the `decompile` command to convert templates.](decompile.md) You can invoke the `decompile` command from [Visual Studio Code with the Bicep extension](./visual-studio-code.md#decompile-into-bicep-command), the [Azure CLI](./bicep-cli.md#decompile), or from the [Bicep CLI](./bicep-cli.md#decompile). The decompilation process is a best-effort process and doesn't guarantee a full mapping from JSON to Bicep. You may need to revise the generated Bicep file to meet your template best practices before using the file to deploy resources.
3636

3737
> [!NOTE]
38-
> You can import a resource by opening the Visual Studio Code command palette. Press **<kbd>Ctrl+Shift+P</kbd>** on Windows and Linux and **<kbd>⌘+Shift+P</kbd>** on macOS.
38+
> You can import a resource by opening the Visual Studio Code command palette. Press **<kbd>Ctrl+Shift+P</kbd>** on Windows and Linux and **<kbd>+Shift+P</kbd>** on macOS.
3939
>
4040
> Visual Studio Code enables you to paste JSON as Bicep. For more information, see [Paste JSON as Bicep command](./visual-studio-code.md#paste-json-as-bicep-command).
4141

articles/azure-resource-manager/managed-applications/publish-managed-identity.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ A sample main template that sets the network profile to an existing network inte
281281
"name": "myLinkedResourceVM",
282282
"location": "[resourceGroup().location]",
283283
"properties": {
284-
…,
284+
...,
285285
"networkProfile": {
286286
"networkInterfaces": [
287287
{
@@ -335,10 +335,10 @@ Content-Type: application/json
335335
{
336336
"value": [
337337
{
338-
"access_token": "eyJ0eXAi…",
339-
"expires_in": "2…",
340-
"expires_on": "1557…",
341-
"not_before": "1557…",
338+
"access_token": "eyJ0eXAi...,
339+
"expires_in": "2...,
340+
"expires_on": "1557...,
341+
"not_before": "1557...,
342342
"authorizationAudience": "https://management.azure.com/",
343343
"resourceId": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.Solutions/applications/{applicationName}",
344344
"token_type": "Bearer"

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

Lines changed: 46 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -83,97 +83,97 @@ The following tables provide links to each Azure service relocation document. Th
8383

8484
| Product | Relocation | Relocation with data migration | Resource Mover |
8585
| --- | --- | --- | ---|
86-
|[Azure Event Hubs](./relocation/relocation-event-hub.md)| ✅ | ❌| ❌ |
87-
|[Azure Event Hubs Cluster](./relocation/relocation-event-hub-cluster.md)| ✅ | ❌ | ❌ |
88-
|[Azure Stream Analytics - Stream Analytics jobs](../../stream-analytics/copy-job.md?toc=/azure/operational-excellence/toc.json)| ✅ | ✅| ❌ |
89-
|[Azure Stream Analytics - Stream Analytics cluster](../../stream-analytics/move-cluster.md?toc=/azure/operational-excellence/toc.json)|✅ | ✅| ❌ |
90-
|[Power BI](/power-bi/admin/service-admin-region-move?toc=/azure/operational-excellence/toc.json)| ✅ |❌ | ❌ |
86+
|[Azure Event Hubs](./relocation/relocation-event-hub.md)| Y | N| N |
87+
|[Azure Event Hubs Cluster](./relocation/relocation-event-hub-cluster.md)| Y | N | N |
88+
|[Azure Stream Analytics - Stream Analytics jobs](../../stream-analytics/copy-job.md?toc=/azure/operational-excellence/toc.json)| Y | Y| N |
89+
|[Azure Stream Analytics - Stream Analytics cluster](../../stream-analytics/move-cluster.md?toc=/azure/operational-excellence/toc.json)|Y | Y| N |
90+
|[Power BI](/power-bi/admin/service-admin-region-move?toc=/azure/operational-excellence/toc.json)| Y |N | N |
9191

9292
#### Compute
9393

9494
| Product | Relocation | Relocation with data migration | Resource Mover |
9595
| --- | --- | --- | ---|
96-
|[Azure App Service](../../app-service/manage-move-across-regions.md?toc=/azure/operational-excellence/toc.json)|✅ | ❌| ❌ |
97-
|[Azure Batch](../../batch/account-move.md?toc=/azure/operational-excellence/toc.json)|✅ | ✅| ❌ |
98-
|[Azure Functions](./relocation/relocation-functions.md)|✅ |❌ | ❌ |
99-
|[Azure Static Web Apps](./relocation/relocation-static-web-apps.md) | ✅ |❌ | ❌ |
100-
|[Azure Virtual Machines]( ../../resource-mover/tutorial-move-region-virtual-machines.md?toc=/azure/operational-excellence/toc.json)| ❌ | ❌| ✅ |
101-
|[Azure Virtual Machine Scale Sets](./relocation/relocation-virtual-machine-scale-sets.md)|❌ |✅ | ❌ |
96+
|[Azure App Service](../../app-service/manage-move-across-regions.md?toc=/azure/operational-excellence/toc.json)|Y | N| N |
97+
|[Azure Batch](../../batch/account-move.md?toc=/azure/operational-excellence/toc.json)|Y | Y| N |
98+
|[Azure Functions](./relocation/relocation-functions.md)|Y |N | N |
99+
|[Azure Static Web Apps](./relocation/relocation-static-web-apps.md) | Y |N | N |
100+
|[Azure Virtual Machines]( ../../resource-mover/tutorial-move-region-virtual-machines.md?toc=/azure/operational-excellence/toc.json)| N | N| Y |
101+
|[Azure Virtual Machine Scale Sets](./relocation/relocation-virtual-machine-scale-sets.md)|N |Y | N |
102102

103103
#### Containers
104104

105105
| Product | Relocation | Relocation with data migration | Resource Mover |
106106
| --- | --- | --- | ---|
107-
|[Azure Container Registry](./relocation/relocation-container-registry.md)|✅ | ✅| ❌ |
108-
|[Azure Functions](./relocation/relocation-functions.md)|✅ |❌ | ❌ |
109-
|[Azure Kubernetes Service](./relocation/relocation-kubernetes-service.md)|✅ |✅ | ❌ |
107+
|[Azure Container Registry](./relocation/relocation-container-registry.md)|Y | Y| N |
108+
|[Azure Functions](./relocation/relocation-functions.md)|Y |N | N |
109+
|[Azure Kubernetes Service](./relocation/relocation-kubernetes-service.md)|Y |Y | N |
110110

111111
#### Databases
112112

113113
| Product | Relocation | Relocation with data migration | Resource Mover |
114114
| --- | --- | --- | ---|
115-
|[Azure Cache for Redis](../../azure-cache-for-redis/cache-moving-resources.md?toc=/azure/operational-excellence/toc.json)| ✅ | ❌| ❌ |
116-
|[Azure Cosmos DB](./relocation/relocation-cosmos-db.md)|✅ | ✅| ❌ |
117-
|[Azure Database for MariaDB Server](/azure/mariadb/howto-move-regions-portal?toc=/azure/operational-excellence/toc.json)|✅ | ✅| ❌ |
118-
|[Azure Database for MySQL Server](/azure/mysql/howto-move-regions-portal?toc=/azure/operational-excellence/toc.json)|✅ | ✅| ❌ |
119-
|[Azure Database for PostgreSQL](./relocation/relocation-postgresql-flexible-server.md)| ✅ | ✅| ❌ |
115+
|[Azure Cache for Redis](../../azure-cache-for-redis/cache-moving-resources.md?toc=/azure/operational-excellence/toc.json)| Y | N| N |
116+
|[Azure Cosmos DB](./relocation/relocation-cosmos-db.md)|Y | Y| N |
117+
|[Azure Database for MariaDB Server](/azure/mariadb/howto-move-regions-portal?toc=/azure/operational-excellence/toc.json)|Y | Y| N |
118+
|[Azure Database for MySQL Server](/azure/mysql/howto-move-regions-portal?toc=/azure/operational-excellence/toc.json)|Y | Y| N |
119+
|[Azure Database for PostgreSQL](./relocation/relocation-postgresql-flexible-server.md)| Y | Y| N |
120120

121121
#### Integration
122122

123123
| Product | Relocation |Relocation with data migration | Resource Mover |
124124
| --- | --- | --- | ---|
125-
|[Azure API Management](../../api-management/api-management-howto-migrate.md?toc=/azure/operational-excellence/toc.json)| ✅ | ✅| ❌ |
126-
|[Azure Logic apps](../../logic-apps/move-logic-app-resources.md?toc=/azure/operational-excellence/toc.json)| ✅| ❌ | ❌ |
125+
|[Azure API Management](../../api-management/api-management-howto-migrate.md?toc=/azure/operational-excellence/toc.json)| Y | Y| N |
126+
|[Azure Logic apps](../../logic-apps/move-logic-app-resources.md?toc=/azure/operational-excellence/toc.json)| Y| N | N |
127127

128128
#### Internet of Things
129129

130130
| Product | Relocation |Relocation with data migration | Resource Mover |
131131
| --- | --- | --- | ---|
132-
|[Azure API Management](../../api-management/api-management-howto-migrate.md?toc=/azure/operational-excellence/toc.json)| ✅ | ✅| ❌ |
133-
|[Azure Cosmos DB](./relocation/relocation-cosmos-db.md)|✅ | ✅| ❌ |
134-
|[Azure Event Grid domains](./relocation/relocation-event-grid-domains.md)| ✅ | ❌| ❌ |
135-
|[Azure Event Grid custom topics](./relocation/relocation-event-grid-custom-topics.md)| ✅ | ❌| ❌ |
136-
|[Azure Event Grid system topics](./relocation/relocation-event-grid-system-topics.md)| ✅ | ❌| ❌ |
137-
|[Azure Functions](./relocation/relocation-functions.md)|✅ |❌ | ❌ |
138-
|[Azure IoT Hub](/azure/iot-hub/iot-hub-how-to-clone?toc=/azure/operational-excellence/toc.json)| ✅ | ✅| ❌ |
139-
|[Azure Stream Analytics - Stream Analytics jobs](../../stream-analytics/copy-job.md?toc=/azure/operational-excellence/toc.json)| ✅ | ✅| ❌ |
140-
|[Azure Stream Analytics - Stream Analytics cluster](../../stream-analytics/move-cluster.md?toc=/azure/operational-excellence/toc.json)|✅ | ✅| ❌ |
132+
|[Azure API Management](../../api-management/api-management-howto-migrate.md?toc=/azure/operational-excellence/toc.json)| Y | Y| N |
133+
|[Azure Cosmos DB](./relocation/relocation-cosmos-db.md)|Y | Y| N |
134+
|[Azure Event Grid domains](./relocation/relocation-event-grid-domains.md)| Y | N| N |
135+
|[Azure Event Grid custom topics](./relocation/relocation-event-grid-custom-topics.md)| Y | N| N |
136+
|[Azure Event Grid system topics](./relocation/relocation-event-grid-system-topics.md)| Y | N| N |
137+
|[Azure Functions](./relocation/relocation-functions.md)|Y |N | N |
138+
|[Azure IoT Hub](/azure/iot-hub/iot-hub-how-to-clone?toc=/azure/operational-excellence/toc.json)| Y | Y| N |
139+
|[Azure Stream Analytics - Stream Analytics jobs](../../stream-analytics/copy-job.md?toc=/azure/operational-excellence/toc.json)| Y | Y| N |
140+
|[Azure Stream Analytics - Stream Analytics cluster](../../stream-analytics/move-cluster.md?toc=/azure/operational-excellence/toc.json)|Y | Y| N |
141141

142142
#### Management and governance
143143

144144
| Product | Relocation |Relocation with data migration | Resource Mover |
145145
| --- | --- | --- | ---|
146-
|[Azure Automation](./relocation/relocation-automation.md)| ✅ | ✅| ❌ |
147-
|[Azure Backup](./relocation/relocation-backup.md)| ✅ | ❌| ❌ |
148-
|[Azure Monitor - Log Analytics](./relocation/relocation-log-analytics.md)| ✅| ❌ | ❌ |
149-
|[Azure Site Recovery (Recovery Services vaults)](./relocation/relocation-site-recovery.md)| ✅ | ✅| ❌ |
146+
|[Azure Automation](./relocation/relocation-automation.md)| Y | Y| N |
147+
|[Azure Backup](./relocation/relocation-backup.md)| Y | N| N |
148+
|[Azure Monitor - Log Analytics](./relocation/relocation-log-analytics.md)| Y| N | N |
149+
|[Azure Site Recovery (Recovery Services vaults)](./relocation/relocation-site-recovery.md)| Y | Y| N |
150150

151151
#### Networking
152152

153153
| Product | Relocation |Relocation with data migration | Resource Mover |
154154
| --- | --- | --- | ---|
155-
|[Azure Application Gateway and Web Application Firewall](./relocation/relocation-app-gateway.md)| ✅ | ❌| ❌ |
156-
|[Azure Load Balancer](../../load-balancer/move-across-regions-external-load-balancer-portal.md)| ✅ | ✅| ❌ |
157-
|[Azure Private Link Service](./relocation/relocation-private-link.md) | ✅| ❌ | ❌ |
158-
|[Azure Virtual Network](./relocation/relocation-virtual-network.md)| ✅| ❌ | ✅ |
159-
|[Azure Virtual Network - Network Security Groups](./relocation/relocation-virtual-network-nsg.md)|✅ |❌ | ✅ |
155+
|[Azure Application Gateway and Web Application Firewall](./relocation/relocation-app-gateway.md)| Y | N| N |
156+
|[Azure Load Balancer](../../load-balancer/move-across-regions-external-load-balancer-portal.md)| Y | Y| N |
157+
|[Azure Private Link Service](./relocation/relocation-private-link.md) | Y| N | N |
158+
|[Azure Virtual Network](./relocation/relocation-virtual-network.md)| Y| N | Y |
159+
|[Azure Virtual Network - Network Security Groups](./relocation/relocation-virtual-network-nsg.md)|Y |N | Y |
160160

161161
#### Security
162162

163163
| Product | Relocation |Relocation with data migration | Resource Mover |
164164
| --- | --- | --- | ---|
165-
|[Azure Firewall](./relocation/relocation-firewall.md)|❌ | ✅| ❌ |
166-
|[Azure Application Gateway and Web Application Firewall](./relocation/relocation-app-gateway.md)| ✅ | ❌| ❌ |
167-
|[Azure Key Vault](./relocation/relocation-key-vault.md)| ✅ | ✅| ❌ |
168-
|[Managed identities for Azure resources](./relocation/relocation-storage-account.md)| ✅| ❌ | ❌ |
165+
|[Azure Firewall](./relocation/relocation-firewall.md)|N | Y| N |
166+
|[Azure Application Gateway and Web Application Firewall](./relocation/relocation-app-gateway.md)| Y | N| N |
167+
|[Azure Key Vault](./relocation/relocation-key-vault.md)| Y | Y| N |
168+
|[Managed identities for Azure resources](./relocation/relocation-storage-account.md)| Y| N | N |
169169

170170
#### Storage
171171

172172
| Product | Relocation |Relocation with data migration | Resource Mover |
173173
| --- | --- | --- | ---|
174-
|[Azure Backup](./relocation/relocation-backup.md)| ✅ | ❌| ❌ |
175-
|[Azure NetApp Files](./relocation/relocation-netapp.md)| ✅ | ✅| ❌ |
176-
|[Azure Storage Account](./relocation/relocation-storage-account.md)| ✅ | ✅| ❌ |
174+
|[Azure Backup](./relocation/relocation-backup.md)| Y | N| N |
175+
|[Azure NetApp Files](./relocation/relocation-netapp.md)| Y | Y| N |
176+
|[Azure Storage Account](./relocation/relocation-storage-account.md)| Y | Y| N |
177177

178178
For more information, see the following articles:
179179

0 commit comments

Comments
 (0)