Skip to content

Commit 387f930

Browse files
authored
Merge pull request #129996 from jdmartinez36/validationworkingbranch2
Duplicate alt text validation edits US1760863
2 parents 2ad9a9b + 9d65f3d commit 387f930

19 files changed

+42
-41
lines changed

articles/automation/learn/automation-tutorial-runbook-textual.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,17 +104,17 @@ The runbook that you've created is still in Draft mode. You must publish it befo
104104

105105
6. Note that the job status is shown in **Job Summary**. This status matches the statuses that you saw when testing the runbook.
106106

107-
![Job Summary](../media/automation-tutorial-runbook-textual/job-pane-status-blade-jobsummary.png)
107+
:::image type="content" source="../media/automation-tutorial-runbook-textual/job-pane-status-blade-jobsummary.png" alt-text="Screenshot of the runbook Job pane showing the Job Summary section highlighted.":::
108108

109109
7. Once the runbook status shows Completed, click **Output**. The Output page is opened, where you can see your `Hello World` message.
110110

111-
![Job Summary](../media/automation-tutorial-runbook-textual/job-pane-status-blade-outputtile.png)
111+
:::image type="content" source="../media/automation-tutorial-runbook-textual/job-pane-status-blade-outputtile.png" alt-text="Screenshot of the runbook Job pane showing the Output button highlighted.":::
112112

113113
8. Close the Output page.
114114

115115
9. Click **All Logs** to open the Streams pane for the runbook job. You should only see `Hello World` in the output stream. Note that the Streams pane can show other streams for a runbook job, such as verbose and error streams, if the runbook writes to them.
116116

117-
![Job Summary](../media/automation-tutorial-runbook-textual/job-pane-status-blade-alllogstile.png)
117+
:::image type="content" source="../media/automation-tutorial-runbook-textual/job-pane-status-blade-alllogstile.png" alt-text="Screenshot of the runbook Job pane showing the All Logs button highlighted.":::
118118

119119
10. Close the Streams pane and the Job pane to return to the MyFirstRunbook page.
120120

articles/automation/manage-runbooks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,15 +287,15 @@ The summary displays a count and graphical representation of the job status for
287287

288288
Clicking the tile presents the Jobs page, which includes a summarized list of all jobs executed. This page shows the status, runbook name, start time, and completion time for each job.
289289

290-
![Automation account Jobs page](./media/manage-runbooks/automation-account-jobs-status-blade.png)
290+
:::image type="content" source="./media/manage-runbooks/automation-account-jobs-status-blade.png" alt-text="Screenshot of the Jobs page.":::
291291

292292
You can filter the list of jobs by selecting **Filter jobs**. Filter on a specific runbook, job status, or a choice from the dropdown list, and provide the time range for the search.
293293

294294
![Filter job status](./media/manage-runbooks/automation-account-jobs-filter.png)
295295

296296
Alternatively, you can view job summary details for a specific runbook by selecting that runbook from the Runbooks page in your Automation account and then selecting **Jobs**. This action presents the Jobs page. From here, you can click a job record to view its details and output.
297297

298-
![Automation account Jobs page](./media/manage-runbooks/automation-runbook-job-summary-blade.png)
298+
:::image type="content" source="./media/manage-runbooks/automation-runbook-job-summary-blade.png" alt-text="Screenshot of the Jobs page with the Errors button highlighted.":::
299299

300300
### Retrieve job statuses using PowerShell
301301

articles/automation/migrate-oms-update-deployments.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The Operations Management Suite (OMS) portal is being [deprecated](../azure-moni
2727

2828
3. In your Automation account, click **Update Management**.
2929

30-
![Update Management](media/migrate-oms-update-deployments/azure-automation.png)
30+
:::image type="content" source="media/migrate-oms-update-deployments/azure-automation.png" alt-text="Screenshot of the Update management page.":::
3131

3232
4. In the Azure portal, select **Automation Accounts** under **All services**.
3333

@@ -37,7 +37,7 @@ The Operations Management Suite (OMS) portal is being [deprecated](../azure-moni
3737

3838
All update deployments created in the OMS portal have a [saved search](../azure-monitor/platform/computer-groups.md) also known as a computer group, with the same name as the update deployment that exists. The saved search contains the list of machines that were scheduled in the update deployment.
3939

40-
![Update Management](media/migrate-oms-update-deployments/oms-deployment.png)
40+
:::image type="content" source="media/migrate-oms-update-deployments/oms-deployment.png" alt-text="Screenshot of the Update Deployments page with the Name and Servers fields highlighted.":::
4141

4242
To use this existing saved search, follow these steps:
4343

articles/automation/python-packages.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ Azure Automation allows you to run Python 2 runbooks on Azure and on Linux Hybri
1515

1616
In your Automation account, select **Python 2 packages** under **Shared Resources**. Click **+ Add a Python 2 package**.
1717

18-
![Add Python package](media/python-packages/add-python-package.png)
18+
:::image type="content" source="media/python-packages/add-python-package.png" alt-text="Screenshot of the Python 2 packages page shows Python 2 packages in the left menu and Add a Python 2 package highlighted.":::
1919

2020
On the Add Python 2 Package page, select a local package to upload. The package can be a **.whl** or **.tar.gz** file. When the package is selected, click **OK** to upload it.
2121

22-
![Add Python package](media/python-packages/upload-package.png)
22+
:::image type="content" source="media/python-packages/upload-package.png" alt-text="Screenshot shows the Add Python 2 Package page with an uploaded tar.gz file selected.":::
2323

2424
Once a package has been imported, it's listed on the Python 2 packages page in your Automation account. If you need to remove a package, select the package and click **Delete**.
2525

26-
![Package list](media/python-packages/package-list.png)
26+
:::image type="content" source="media/python-packages/package-list.png" alt-text="Screenshot shows the Python 2 packages page after a package has been imported.":::
2727

2828
## Import packages with dependencies
2929

@@ -48,7 +48,7 @@ Once the packages are downloaded, you can import them into your automation accou
4848
* -a \<automationAccount\>
4949
* -m \<modulePackage\>
5050

51-
![Package list](media/python-packages/import-python-runbook.png)
51+
:::image type="content" source="media/python-packages/import-python-runbook.png" alt-text="Screenshot shows the Overview page for import_py2package_from_pypi with the Start Runbook pane on the right side.":::
5252

5353
The runbook allows you to specify what package to download. For example, use of the `Azure` parameter downloads all Azure modules and all dependencies (about 105).
5454

articles/automation/update-management/update-mgmt-configure-alerts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Follow the steps below to set up alerts to let you know the status of an update
5151

5252
9. Set the **Severity** field to **Informational(Sev 2)** for a successful run or **Informational(Sev 1)** for a failed run.
5353

54-
![Configure signal logic](./media/update-mgmt-manage-updates-for-vm/define-alert-details.png)
54+
![Screenshot shows the Define alert details section with Alert rule name, Description, and Severity fields highlighted.](./media/update-mgmt-manage-updates-for-vm/define-alert-details.png)
5555

5656
10. Select **Yes** to enable the alert rule.
5757

articles/automation/update-management/update-mgmt-groups.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ To preview the results of your dynamic group query, click **Preview**. The previ
4040

4141
A dynamic group for non-Azure machines uses saved searches, also called computer groups. To learn how to create a saved search, see [Creating a computer group](../../azure-monitor/platform/computer-groups.md#creating-a-computer-group). Once your saved search is created, you can select it from the list of saved searches in **Update management** in the Azure portal. Click **Preview** to preview the computers in the saved search.
4242

43-
![Select groups](./media/update-mgmt-groups/select-groups-2.png)
43+
![Screenshot shows the Select groups page for Non-Azure (Preview) and the Preview pane on the right side.](./media/update-mgmt-groups/select-groups-2.png)
4444

4545
## Next steps
4646

articles/azure-functions/functions-create-scheduled-function.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Your new function app is ready to use. Next, you'll create a function in the new
3939

4040
1. Configure the new trigger with the settings as specified in the table below the image, and then select **Create Function**.
4141

42-
:::image type="content" source="./media/functions-create-scheduled-function/function-configure-timer-trigger.png" alt-text="Select the timer trigger in the Azure portal." border="true":::
42+
:::image type="content" source="./media/functions-create-scheduled-function/function-configure-timer-trigger.png" alt-text="Screenshot shows the New Function page with the Timer Trigger template selected." border="true":::
4343

4444
| Setting | Suggested value | Description |
4545
|---|---|---|

articles/azure-functions/functions-create-storage-queue-triggered-function.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Now that you have a storage queue, you can test the function by adding a message
8484

8585
1. Select **Add message**, and type "Hello World!" in **Message text**. Select **OK**.
8686

87-
:::image type="content" source="./media/functions-create-storage-queue-triggered-function/functions-storage-queue-test.png" alt-text="Go to your myqueue-items queue in the Azure portal." border="true":::
87+
:::image type="content" source="./media/functions-create-storage-queue-triggered-function/functions-storage-queue-test.png" alt-text="Screenshot shows the Add message button selected and the Message text field highlighted." border="true":::
8888

8989
1. Wait for a few seconds, then go back to your function logs and verify that the new message has been read from the queue.
9090

articles/azure-functions/functions-integrate-storage-queue-output-binding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ A new queue named **outqueue** is created in your Storage account by the Functio
107107

108108
1. Under **Application settings**, select **AzureWebJobsStorage**.
109109

110-
:::image type="content" source="./media/functions-integrate-storage-queue-output-binding/function-find-storage-account.png" alt-text="Locate the storage account connected to AzureWebJobsStorage." border="true":::
110+
:::image type="content" source="./media/functions-integrate-storage-queue-output-binding/function-find-storage-account.png" alt-text="Screenshot shows the Configuration page with AzureWebJobsStorage selected." border="true":::
111111

112112
1. Locate and make note of the account name.
113113

articles/azure-functions/functions-integrate-store-unstructured-data-cosmosdb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ This code sample reads the HTTP Request query strings and assigns them to fields
138138

139139
1. Select **Run** and verify that a 200 status is returned.
140140

141-
:::image type="content" source="./media/functions-integrate-store-unstructured-data-cosmosdb/functions-test-function-output.png" alt-text="Test the function." border="true":::
141+
:::image type="content" source="./media/functions-integrate-store-unstructured-data-cosmosdb/functions-test-function-output.png" alt-text="Screenshot shows the HTTP response code 200 status highlighted after selecting Run." border="true":::
142142

143143

144144
1. In the Azure portal, search for and select **Azure Cosmos DB**.

0 commit comments

Comments
 (0)