Skip to content

Commit 844fd64

Browse files
committed
use :::image
1 parent d25a6c1 commit 844fd64

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

articles/azure-resource-manager/management/relocation/relocation-event-hub.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ To get started, export a Resource Manager template. This template contains setti
5858
3. On the **Event Hubs Namespace** page, select **Export template** under **Automation** in the left menu.
5959
4. Choose **Download** in the **Export template** page.
6060

61-
![Screenshot showing where to download Resource Manager template](../../../event-hubs/media/move-across-regions/download-template.png)
61+
:::image type="content" source="../../../event-hubs/media/move-across-regions/download-template.png" alt-text="Screenshot showing where to download Resource Manager template.":::
62+
6263
5. Locate the .zip file that you downloaded from the portal, and unzip that file to a folder of your choice.
6364

6465
This zip file contains the .json files that include the template and scripts to deploy the template.
@@ -396,13 +397,13 @@ Modify the template by changing the Event Hubs namespace name and region.
396397

397398
1. Enter the new **namespace name**.
398399

399-
![Deploy Resource Manager template](../../../event-hubs//media/move-across-regions/deploy-template.png)
400+
:::image type="content" source="../../../event-hubs/media/move-across-regions/deploy-template.png" alt-text="Deploy Resource Manager template.":::
400401

401402
2. If your source namespace was in an **Event Hubs cluster**, enter names of **resource group** and **Event Hubs cluster** as part of **external ID**.
402403

403-
```
404-
/subscriptions/<AZURE SUBSCRIPTION ID>/resourceGroups/<CLUSTER'S RESOURCE GROUP>/providers/Microsoft.EventHub/clusters/<CLUSTER NAME>
405-
```
404+
```
405+
/subscriptions/<AZURE SUBSCRIPTION ID>/resourceGroups/<CLUSTER'S RESOURCE GROUP>/providers/Microsoft.EventHub/clusters/<CLUSTER NAME>
406+
```
406407

407408
3. If Event Hubs in your namespace uses a Storage account for capturing events, specify the resource group name and the storage account for `StorageAccounts_<original storage account name>_external` field.
408409

@@ -426,7 +427,8 @@ To delete an Event Hubs namespace (source or target) by using the Azure portal:
426427
1. In the search window at the top of Azure portal, type **Event Hubs**, and select **Event Hubs** from search results. You see the Event Hubs namespaces in a list.
427428
2. Select the target namespace to delete, and select **Delete** from the toolbar.
428429

429-
![Screenshot showing Delete namespace - button](../../../event-hubs//media/move-across-regions/delete-namespace-button.png)
430+
:::image type="content" source="../../../event-hubs//media/move-across-regions/delete-namespace-button.png" alt-text="Screenshot showing Delete namespace - button.":::
431+
430432
3. On the **Delete Namespace** page, confirm the deletion by typing the **namespace name**, and then select **Delete**.
431433

432434
## Next steps

articles/azure-resource-manager/management/relocation/relocation-key-vault.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Instead of relocation, you need to:
1919
- Create a new key vault with the relocation of the associated Azure services.
2020
- Regenerate any required [keys](/azure/key-vault/keys/about-keys), [secrets](/azure/key-vault/secrets/about-secrets), or [certificates](/azure/key-vault/certificates/about-certificates). In some cases, you may need to transfer the secrets or certificates from your existing key vault to the relocated key vault.
2121

22-
![Diagram showing Azure Key vault relocation pattern](./media/relocation/keyvault/akv-pattern-design.png)
22+
:::image type="content" source="./media/relocation/keyvault/akv-pattern-design.png" alt-text="Diagram showing Azure Key vault relocation pattern.":::
2323

2424
## Prerequisites
2525

articles/azure-resource-manager/management/relocation/relocation-storage-account.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ To deploy the template by using Azure portal:
9090
1. In **Search the Marketplace**, type **template deployment**, and then press **ENTER**.
9191
1. Select **Template deployment**.
9292

93-
![Azure Resource Manager templates library](../../../storage/common/media/storage-account-move/azure-resource-manager-template-library.png)
93+
:::image type="content" source="../../../storage/common/media/storage-account-move/azure-resource-manager-template-library.png" alt-text="Azure Resource Manager templates library.":::
9494

9595
1. Select **Create**.
9696
1. Select **Build your own template in the editor**.

0 commit comments

Comments
 (0)