Skip to content

Commit c900e90

Browse files
Merge pull request #246500 from tfitzmac/0727alt1
update alt-text
2 parents 66aba2a + e8790df commit c900e90

File tree

5 files changed

+26
-26
lines changed

5 files changed

+26
-26
lines changed

articles/azure-resource-manager/management/control-plane-metrics.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,15 @@ Now, let's look at some scenarios that can help you exploring Azure Resource Man
5050

5151
First, navigate to the Azure Monitor blade within the [portal](https://portal.azure.com):
5252

53-
:::image type="content" source="./media/view-arm-monitor-metrics/explore-metrics-portal.png" alt-text="Navigate to the Azure portal's Monitor page":::
53+
:::image type="content" source="./media/view-arm-monitor-metrics/explore-metrics-portal.png" alt-text="Screenshot of navigating to the Azure portal's Monitor page with Explore Metrics highlighted.":::
5454

5555
After selecting **Explore Metrics**, select a single subscription and then select the **Azure Resource Manager** metric:
5656

57-
:::image type="content" source="./media/view-arm-monitor-metrics/select-arm-metric.png" alt-text="Select a single subscription and the Azure Resource Manager metric.":::
57+
:::image type="content" source="./media/view-arm-monitor-metrics/select-arm-metric.png" alt-text="Screenshot of selecting a single subscription and the Azure Resource Manager metric in the Azure portal.":::
5858

5959
Then, after selecting **Apply**, you can visualize your Traffic or Latency control plane metrics with custom filtering and splitting:
6060

61-
:::image type="content" source="./media/view-arm-monitor-metrics/arm-metrics-view.png" alt-text="From the metrics visualization, you can filter and split by the dimensions you choose.":::
61+
:::image type="content" source="./media/view-arm-monitor-metrics/arm-metrics-view.png" alt-text="Screenshot of the metrics visualization in the Azure portal, showing options to filter and split by dimensions.":::
6262

6363
### Query traffic and latency control plane metrics via REST API
6464

@@ -172,7 +172,7 @@ curl --location --request GET 'https://management.azure.com/subscriptions/000000
172172
```
173173

174174
You can also filter directly in portal:
175-
:::image type="content" source="./media/view-arm-monitor-metrics/throttling-filter-portal.png" alt-text="Filter HTTP Status Code to 429 responses only":::
175+
:::image type="content" source="./media/view-arm-monitor-metrics/throttling-filter-portal.png" alt-text="Screenshot of filtering HTTP Status Code to 429 responses only in the Azure portal.":::
176176

177177

178178
### Examining Server Errors

articles/azure-resource-manager/management/create-private-link-access-portal.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ When you create a resource management private link, the private link association
1717

1818
1. In the [portal](https://portal.azure.com), search for **Resource management private links** and select it from the available options.
1919

20-
:::image type="content" source="./media/create-private-link-access-portal/search.png" alt-text="Search for resource management private links":::
20+
:::image type="content" source="./media/create-private-link-access-portal/search.png" alt-text="Screenshot of Azure portal search bar with 'Resource management' entered.":::
2121

2222
1. If your subscription doesn't already have resource management private links, you'll see a blank page. Select **Create resource management private link**.
2323

24-
:::image type="content" source="./media/create-private-link-access-portal/start-create.png" alt-text="Select create for resource management private links":::
24+
:::image type="content" source="./media/create-private-link-access-portal/start-create.png" alt-text="Screenshot of Azure portal showing the 'Create resource management private link' button.":::
2525

2626
1. Provide values for the new resource management private link. The root management group for the directory you selected is used for the new resource. Select **Review + create**.
2727

28-
:::image type="content" source="./media/create-private-link-access-portal/provide-values.png" alt-text="Specify values for resource management private links":::
28+
:::image type="content" source="./media/create-private-link-access-portal/provide-values.png" alt-text="Screenshot of Azure portal with fields to provide values for the new resource management private link.":::
2929

3030
1. After validation passes, select **Create**.
3131

@@ -35,15 +35,15 @@ Now, create a private endpoint that references the resource management private l
3535

3636
1. Navigate to the **Private Link Center**. Select **Create private endpoint**.
3737

38-
:::image type="content" source="./media/create-private-link-access-portal/private-link-center.png" alt-text="Select private link center":::
38+
:::image type="content" source="./media/create-private-link-access-portal/private-link-center.png" alt-text="Screenshot of Azure portal's Private Link Center with 'Create private endpoint' highlighted.":::
3939

4040
1. In the **Basics** tab, provide values for your private endpoint.
4141

42-
:::image type="content" source="./media/create-private-link-access-portal/private-endpoint-basics.png" alt-text="Provide values for basics":::
42+
:::image type="content" source="./media/create-private-link-access-portal/private-endpoint-basics.png" alt-text="Screenshot of Azure portal showing the 'Basics' tab with fields to provide values for the private endpoint.":::
4343

4444
1. In the **Resource** tab, select **Connect to an Azure resource in my directory**. For resource type, select **Microsoft.Authorization/resourceManagementPrivateLinks**. For target subresource, select **ResourceManagement**.
4545

46-
:::image type="content" source="./media/create-private-link-access-portal/private-endpoint-resource.png" alt-text="Provide values for resource":::
46+
:::image type="content" source="./media/create-private-link-access-portal/private-endpoint-resource.png" alt-text="Screenshot of Azure portal showing the 'Resource' tab with fields to select resource type and target subresource for the private endpoint.":::
4747

4848
1. In the **Configuration** tab, select your virtual network. We recommend integrating with a private DNS zone. Select **Review + create**.
4949

@@ -57,7 +57,7 @@ To make sure your environment is properly configured, check the local IP address
5757

5858
1. Verify that the record set named **management** has a valid local IP address.
5959

60-
:::image type="content" source="./media/create-private-link-access-portal/verify.png" alt-text="Verify local IP address":::
60+
:::image type="content" source="./media/create-private-link-access-portal/verify.png" alt-text="Screenshot of Azure portal displaying the private DNS zone resource with the record set named 'management' and its local IP address.":::
6161

6262
## Next steps
6363

articles/azure-resource-manager/management/delete-resource-group.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ az group delete --name ExampleResourceGroup
7676

7777
1. Select **Delete resource group**.
7878

79-
![Delete resource group](./media/delete-resource-group/delete-group.png)
79+
:::image type="content" source="./media/delete-resource-group/delete-group.png" alt-text="Screenshot of the Delete resource group button in the Azure portal.":::
8080

8181
1. To confirm the deletion, type the name of the resource group
8282

@@ -125,7 +125,7 @@ az resource delete \
125125

126126
1. Select **Delete**. The following screenshot shows the management options for a virtual machine.
127127

128-
![Delete resource](./media/delete-resource-group/delete-resource.png)
128+
:::image type="content" source="./media/delete-resource-group/delete-resource.png" alt-text="Screenshot of the Delete button for a virtual machine in the Azure portal.":::
129129

130130
1. When prompted, confirm the deletion.
131131

articles/azure-resource-manager/management/move-limitations/app-service-move-limitations.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,25 +32,25 @@ When you move a Web App across subscriptions, the following guidance applies:
3232

3333
If you don't remember the original resource group, you can find it through diagnostics. For your web app, select **Diagnose and solve problems**. Then, select **Configuration and Management**.
3434

35-
![Select diagnostics](./media/app-service-move-limitations/select-diagnostics.png)
35+
:::image type="content" source="./media/app-service-move-limitations/select-diagnostics.png" alt-text="Screenshot of the Diagnose and solve problems section with the Configuration and Management option highlighted.":::
3636

3737
Select **Migration Options**.
3838

39-
![Select migration options](./media/app-service-move-limitations/select-migration.png)
39+
:::image type="content" source="./media/app-service-move-limitations/select-migration.png" alt-text="Screenshot of the Migration Options section in the Configuration and Management menu.":::
4040

4141
Select the option for recommended steps to move the web app.
4242

43-
![Select recommended steps](./media/app-service-move-limitations/recommended-steps.png)
43+
:::image type="content" source="./media/app-service-move-limitations/recommended-steps.png" alt-text="Screenshot of the Recommended Steps option in the Migration Options section.":::
4444

4545
You see the recommended actions to take before moving the resources. The information includes the original resource group for the web app.
4646

47-
![Screen capture shows recommended steps for moving Microsoft dot Web resources.](./media/app-service-move-limitations/recommendations.png)
47+
:::image type="content" source="./media/app-service-move-limitations/recommendations.png" alt-text="Screenshot of the Recommended Actions section displaying the original resource group for the web app.":::
4848

4949
## Move hidden resource types in portal
5050

5151
When using the portal to move your App Service resources, you may see an error indicating that you haven't moved all of the resources. If you see this error, check if there are resource types that the portal didn't display. Select **Show hidden types**. Then, select all of the resources to move.
5252

53-
:::image type="content" source="./media/app-service-move-limitations/show-hidden-types.png" alt-text="Show hidden types":::
53+
:::image type="content" source="./media/app-service-move-limitations/show-hidden-types.png" alt-text="Screenshot of the Show Hidden Types option in the portal when moving App Service resources.":::
5454

5555
## Move with free managed certificates
5656

articles/azure-resource-manager/management/move-resource-group-and-subscription.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ There are some important steps to do before moving a resource. By verifying thes
116116

117117
Moving resources from one subscription to another is a three-step process:
118118

119-
![cross-subscription move scenario](./media/move-resource-group-and-subscription/cross-subscription-move-scenario.png)
119+
:::image type="content" source="./media/move-resource-group-and-subscription/cross-subscription-move-scenario.png" alt-text="Diagram that shows the three-step process of moving resources across subscriptions." border="false":::
120120

121121
For illustration purposes, we have only one dependent resource.
122122

@@ -130,11 +130,11 @@ To move resources, select the resource group that contains those resources.
130130

131131
Select the resources you want to move. To move all of the resources, select the checkbox at the top of list. Or, select resources individually.
132132

133-
:::image type="content" source="./media/move-resource-group-and-subscription/select-resources-to-move.png" alt-text="select resources":::
133+
:::image type="content" source="./media/move-resource-group-and-subscription/select-resources-to-move.png" alt-text="Screenshot of the Azure portal showing the selection of resources to move.":::
134134

135135
Select the **Move** button.
136136

137-
:::image type="content" source="./media/move-resource-group-and-subscription/select-move.png" alt-text="move options":::
137+
:::image type="content" source="./media/move-resource-group-and-subscription/select-move.png" alt-text="Screenshot of the Azure portal displaying the Move button with three options.":::
138138

139139
This button gives you three options:
140140

@@ -146,21 +146,21 @@ Select whether you're moving the resources to a new resource group or a new subs
146146

147147
The source resource group is automatically set. Specify the destination resource group. If you're moving to a new subscription, also specify the subscription. Select **Next**.
148148

149-
:::image type="content" source="./media/move-resource-group-and-subscription/select-destination-group.png" alt-text="select destination resource group":::
149+
:::image type="content" source="./media/move-resource-group-and-subscription/select-destination-group.png" alt-text="Screenshot of the Azure portal where the user specifies the destination resource group for the move operation.":::
150150

151151
The portal validates that the resources can be moved. Wait for validation to complete.
152152

153-
:::image type="content" source="./media/move-resource-group-and-subscription/validation.png" alt-text="Move validation":::
153+
:::image type="content" source="./media/move-resource-group-and-subscription/validation.png" alt-text="Screenshot of the Azure portal showing the validation process for the move operation.":::
154154

155155
When validation completes successfully, select **Next**.
156156

157157
Acknowledge that you need to update tools and scripts for these resources. To start moving the resources, select **Move**.
158158

159-
:::image type="content" source="./media/move-resource-group-and-subscription/acknowledge-change.png" alt-text="select destination":::
159+
:::image type="content" source="./media/move-resource-group-and-subscription/acknowledge-change.png" alt-text="Screenshot of the Azure portal where the user acknowledges the need to update tools and scripts before starting the move operation.":::
160160

161161
When the move has completed, you're notified of the result.
162162

163-
:::image type="content" source="./media/move-resource-group-and-subscription/view-notification.png" alt-text="view move results":::
163+
:::image type="content" source="./media/move-resource-group-and-subscription/view-notification.png" alt-text="Screenshot of the Azure portal displaying a notification with the results of the move operation.":::
164164

165165
## Use Azure PowerShell
166166

@@ -423,7 +423,7 @@ The lock prevents you from deleting either resource group, creating a new resour
423423

424424
The following image shows an error message from the Azure portal when a user tries to delete a resource group that is part of an ongoing move.
425425

426-
![Move error message attempting to delete](./media/move-resource-group-and-subscription/move-error-delete.png)
426+
:::image type="content" source="./media/move-resource-group-and-subscription/move-error-delete.png" alt-text="Screenshot of the Azure portal showing an error message when trying to delete a resource group involved in an ongoing move operation.":::
427427

428428
**Question: What does the error code "MissingMoveDependentResources" mean?**
429429

0 commit comments

Comments
 (0)