Skip to content

Commit 4f09b8a

Browse files
Merge pull request #247611 from tfitzmac/0808alttext1
update alt text
2 parents 4882e39 + fb4f68b commit 4f09b8a

9 files changed

+45
-45
lines changed

articles/azure-resource-manager/management/deployment-models.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Only resources created through Resource Manager support tags. You can't apply ta
7171

7272
The following diagram displays compute, network, and storage resources deployed through Resource Manager.
7373

74-
![Resource Manager architecture](./media/deployment-models/arm_arch3.png)
74+
:::image type="content" source="./media/deployment-models/arm_arch3.png" alt-text="Diagram that shows Resource Manager architecture with SRP, CRP, and NRP.":::
7575

7676
SRP: Storage Resource Provider, CRP: Compute Resource Provider, NRP: Network Resource Provider
7777

@@ -86,7 +86,7 @@ Note the following relationships between the resources:
8686

8787
Here are the components and their relationships for classic deployment:
8888

89-
![classic architecture](./media/deployment-models/arm_arch1.png)
89+
:::image type="content" source="./media/deployment-models/arm_arch1.png" alt-text="Diagram that shows classic architecture for hosting a virtual machine.":::
9090

9191
The classic solution for hosting a virtual machine includes:
9292

articles/azure-resource-manager/templates/deploy-cloud-shell.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ To deploy an external template, provide the URI of the template exactly as you w
2020

2121
1. Open the Cloud Shell prompt.
2222

23-
:::image type="content" source="./media/deploy-cloud-shell/open-cloud-shell.png" alt-text="Open Cloud Shell":::
23+
:::image type="content" source="./media/deploy-cloud-shell/open-cloud-shell.png" alt-text="Screenshot of the button to open Cloud Shell.":::
2424

2525
1. To deploy the template, use the following commands:
2626

@@ -56,11 +56,11 @@ To deploy a local template, you must first upload your template to the storage a
5656

5757
1. Select either **PowerShell** or **Bash**.
5858

59-
:::image type="content" source="./media/deploy-cloud-shell/cloud-shell-bash-powershell.png" alt-text="Select Bash or PowerShell":::
59+
:::image type="content" source="./media/deploy-cloud-shell/cloud-shell-bash-powershell.png" alt-text="Screenshot of the option to select Bash or PowerShell in Cloud Shell.":::
6060

6161
1. Select **Upload/Download files**, and then select **Upload**.
6262

63-
:::image type="content" source="./media/deploy-cloud-shell/cloud-shell-upload.png" alt-text="Upload file":::
63+
:::image type="content" source="./media/deploy-cloud-shell/cloud-shell-upload.png" alt-text="Screenshot of the Cloud Shell interface with the Upload file option highlighted.":::
6464

6565
1. Select the ARM template you want to upload, and then select **Open**.
6666

articles/azure-resource-manager/templates/deploy-to-azure-button.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ To add the button to your web page or repository, use the following image:
3333

3434
The image appears as:
3535

36-
![Deploy to Azure button](https://aka.ms/deploytoazurebutton)
36+
:::image type="content" source="https://aka.ms/deploytoazurebutton" alt-text="Screenshot of Deploy to Azure button.":::
3737

3838
## Create URL for deploying template
3939

@@ -43,7 +43,7 @@ This section shows how to get the URLs for the templates stored in GitHub and Az
4343

4444
To create the URL for your template, start with the raw URL to the template in your GitHub repo. To see the raw URL, select **Raw**.
4545

46-
:::image type="content" source="./media/deploy-to-azure-button/select-raw.png" alt-text="select Raw":::
46+
:::image type="content" source="./media/deploy-to-azure-button/select-raw.png" alt-text="Screenshot showing how to select Raw in GitHub.":::
4747

4848
The format of the URL is:
4949

@@ -136,11 +136,11 @@ For Git with Azure repo, the button is in the format:
136136

137137
To test the full solution, select the following button:
138138

139-
[![Deploy to Azure](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2Fquickstarts%2Fmicrosoft.storage%2Fstorage-account-create%2Fazuredeploy.json)
139+
:::image type="content" source="https://aka.ms/deploytoazurebutton" alt-text="Screenshot of Deploy to Azure button with link." link="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2Fquickstarts%2Fmicrosoft.storage%2Fstorage-account-create%2Fazuredeploy.json":::
140140

141141
The portal displays a pane that allows you to easily provide parameter values. The parameters are pre-filled with the default values from the template. The camel-cased parameter name, *storageAccountType*, defined in the template is turned into a space-separated string when displayed on the portal.
142142

143-
![Use portal to deploy](./media/deploy-to-azure-button/portal.png)
143+
:::image type="content" source="./media/deploy-to-azure-button/portal.png" alt-text="Screenshot of Azure portal displaying pane for providing parameter values.":::
144144

145145
## Next steps
146146

articles/azure-resource-manager/templates/linked-templates.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ You may reference templates using parameters that include HTTP or HTTPS. For exa
442442

443443
If you're linking to a template in GitHub, use the raw URL. The link has the format: `https://raw.githubusercontent.com/Azure/azure-docs-json-samples/master/get-started-with-templates/quickstart-template/azuredeploy.json`. To get the raw link, select **Raw**.
444444

445-
:::image type="content" source="./media/linked-templates/select-raw.png" alt-text="Select raw URL":::
445+
:::image type="content" source="./media/linked-templates/select-raw.png" alt-text="Screenshot of selecting raw URL in GitHub.":::
446446

447447
[!INCLUDE [Deploy templates in private GitHub repo](../../../includes/resource-manager-private-github-repo-templates.md)]
448448

@@ -506,7 +506,7 @@ The `relativePath` property of `Microsoft.Resources/deployments` makes it easier
506506

507507
Assume a folder structure like this:
508508

509-
![resource manager linked template relative path](./media/linked-templates/resource-manager-linked-templates-relative-path.png)
509+
:::image type="content" source="./media/linked-templates/resource-manager-linked-templates-relative-path.png" alt-text="Diagram showing folder structure for Resource Manager linked template relative path.":::
510510

511511
The following template shows how *mainTemplate.json* deploys *nestedChild.json* illustrated in the preceding image.
512512

@@ -707,7 +707,7 @@ To use the public IP address from the preceding template when deploying a load b
707707

708708
Resource Manager processes each template as a separate deployment in the deployment history. A main template with three linked or nested templates appears in the deployment history as:
709709

710-
![Deployment history](./media/linked-templates/deployment-history.png)
710+
:::image type="content" source="./media/linked-templates/deployment-history.png" alt-text="Screenshot of deployment history in Azure portal.":::
711711

712712
You can use these separate entries in the history to retrieve output values after the deployment. The following template creates a public IP address and outputs the IP address:
713713

articles/azure-resource-manager/templates/quickstart-create-template-specs.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -78,20 +78,20 @@ The template spec is a resource type named `Microsoft.Resources/templateSpecs`.
7878
1. Sign in to the [Azure portal](https://portal.azure.com).
7979
1. Search for **template specs**. Select **Template specs** from the available options.
8080
81-
:::image type="content" source="./media/quickstart-create-template-specs/search-template-spec.png" alt-text="search template specs":::
81+
:::image type="content" source="./media/quickstart-create-template-specs/search-template-spec.png" alt-text="Screenshot of search bar with 'template specs' query.":::
8282
8383
1. Select **Import template**.
8484
85-
:::image type="content" source="./media/quickstart-create-template-specs/import-template.png" alt-text="import template":::
85+
:::image type="content" source="./media/quickstart-create-template-specs/import-template.png" alt-text="Screenshot of 'Import template' button in Template specs page.":::
8686
8787
1. Select the folder icon.
8888
89-
:::image type="content" source="./media/quickstart-create-template-specs/open-folder.png" alt-text="open folder":::
89+
:::image type="content" source="./media/quickstart-create-template-specs/open-folder.png" alt-text="Screenshot of folder icon to open file explorer.":::
9090
9191
1. Navigate to the local template you saved and select it. Select **Open**.
9292
1. Select **Import**.
9393
94-
:::image type="content" source="./media/quickstart-create-template-specs/select-import.png" alt-text="select import option":::
94+
:::image type="content" source="./media/quickstart-create-template-specs/select-import.png" alt-text="Screenshot of 'Import' button after selecting a template file.":::
9595
9696
1. Provide the following values:
9797
@@ -304,11 +304,11 @@ To deploy a template spec, use the same deployment commands as you would use to
304304
305305
1. Select the template spec you created.
306306
307-
:::image type="content" source="./media/quickstart-create-template-specs/select-template-spec.png" alt-text="select template specs":::
307+
:::image type="content" source="./media/quickstart-create-template-specs/select-template-spec.png" alt-text="Screenshot of Template specs list with one item selected.":::
308308
309309
1. Select **Deploy**.
310310
311-
:::image type="content" source="./media/quickstart-create-template-specs/deploy-template-spec.png" alt-text="deploy template specs":::
311+
:::image type="content" source="./media/quickstart-create-template-specs/deploy-template-spec.png" alt-text="Screenshot of 'Deploy' button in the selected Template spec.":::
312312
313313
1. Provide the following values:
314314
@@ -453,22 +453,22 @@ Rather than creating a new template spec for the revised template, add a new ver
453453
454454
1. In your template spec, select **Create new version**.
455455
456-
:::image type="content" source="./media/quickstart-create-template-specs/select-versions.png" alt-text="create new version":::
456+
:::image type="content" source="./media/quickstart-create-template-specs/select-versions.png" alt-text="Screenshot of 'Create new version' button in Template spec details.":::
457457
458458
1. Name the new version `2.0` and optionally add notes. Select **Edit template**.
459459
460-
:::image type="content" source="./media/quickstart-create-template-specs/add-version-name.png" alt-text="name new version":::
460+
:::image type="content" source="./media/quickstart-create-template-specs/add-version-name.png" alt-text="Screenshot of naming the new version and selecting 'Edit template' button.":::
461461
462462
1. Replace the contents of the template with your updated template. Select **Review + Save**.
463463
1. Select **Save changes**.
464464
465465
1. To deploy the new version, select **Versions**
466466
467-
:::image type="content" source="./media/quickstart-create-template-specs/see-versions.png" alt-text="list versions":::
467+
:::image type="content" source="./media/quickstart-create-template-specs/see-versions.png" alt-text="Screenshot of 'Versions' tab in Template spec details.":::
468468
469469
1. For the version you want to deploy, select the three dots and **Deploy**.
470470
471-
:::image type="content" source="./media/quickstart-create-template-specs/deploy-version.png" alt-text="select version to deploy":::
471+
:::image type="content" source="./media/quickstart-create-template-specs/deploy-version.png" alt-text="Screenshot of 'Deploy' option in the context menu of a specific version.":::
472472
473473
1. Fill in the fields as you did when deploying the earlier version.
474474
1. Select **Review + create**.

articles/azure-resource-manager/templates/quickstart-create-templates-use-the-portal.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -26,29 +26,29 @@ Rather than manually building an entire ARM template, let's start by retrieving
2626
1. In a web browser, go to the [Azure portal](https://portal.azure.com) and sign in.
2727
1. From the Azure portal search bar, search for **deploy a custom template** and then select it from the available options.
2828

29-
:::image type="content" source="./media/quickstart-create-templates-use-the-portal/search-custom-template.png" alt-text="Screenshot of Search for Custom Template.":::
29+
:::image type="content" source="./media/quickstart-create-templates-use-the-portal/search-custom-template.png" alt-text="Screenshot of searching for custom template in Azure portal.":::
3030

3131
1. For **Template** source, notice that **Quickstart template** is selected by default. You can keep this selection. In the drop-down, search for *quickstarts/microsoft.storage/storage-account-create* and select it. After finding the quickstart template, select **Select template.**
3232

33-
:::image type="content" source="./media/quickstart-create-templates-use-the-portal/select-custom-template.png" alt-text="Screenshot of Select Quickstart Template.":::
33+
:::image type="content" source="./media/quickstart-create-templates-use-the-portal/select-custom-template.png" alt-text="Screenshot of selecting a Quickstart Template in Azure portal.":::
3434

3535
1. In the next blade, you provide custom values to use for the deployment.
3636

3737
For **Resource group**, select **Create new** and provide *myResourceGroup* for the name. You can use the default values for the other fields. When you've finished providing values, select **Review + create**.
3838

39-
:::image type="content" source="./media/quickstart-create-templates-use-the-portal/input-fields-template.png" alt-text="Screenshot for Input Fields for Template.":::
39+
:::image type="content" source="./media/quickstart-create-templates-use-the-portal/input-fields-template.png" alt-text="Screenshot of input fields for custom template in Azure portal.":::
4040

4141
1. The portal validates your template and the values you provided. After validation succeeds, select **Create** to start the deployment.
4242

43-
:::image type="content" source="./media/quickstart-create-templates-use-the-portal/template-validation.png" alt-text="Screenshot for Validation and create.":::
43+
:::image type="content" source="./media/quickstart-create-templates-use-the-portal/template-validation.png" alt-text="Screenshot of template validation and create button in Azure portal.":::
4444

4545
1. Once your validation has passed, you'll see the status of the deployment. When it completes successfully, select **Go to resource** to see the storage account.
4646

47-
:::image type="content" source="./media/quickstart-create-templates-use-the-portal/deploy-success.png" alt-text="Screenshot for Deployment Succeeded Notification.":::
47+
:::image type="content" source="./media/quickstart-create-templates-use-the-portal/deploy-success.png" alt-text="Screenshot of deployment succeeded notification in Azure portal.":::
4848

4949
1. From this screen, you can view the new storage account and its properties.
5050

51-
:::image type="content" source="./media/quickstart-create-templates-use-the-portal/view-storage-account.png" alt-text="Screenshot for View Deployment Page.":::
51+
:::image type="content" source="./media/quickstart-create-templates-use-the-portal/view-storage-account.png" alt-text="Screenshot of view deployment page with storage account in Azure portal.":::
5252

5353
## Edit and deploy the template
5454

@@ -60,11 +60,11 @@ In this section, let's suppose you have an ARM template that you want to deploy
6060

6161
1. This time, select **Build your own template in the editor**.
6262

63-
:::image type="content" source="./media/quickstart-create-templates-use-the-portal/build-own-template.png" alt-text="Screenshot for Build your own template.":::
63+
:::image type="content" source="./media/quickstart-create-templates-use-the-portal/build-own-template.png" alt-text="Screenshot of build your own template option in Azure portal.":::
6464

6565
1. You see a blank template.
6666

67-
:::image type="content" source="./media/quickstart-create-templates-use-the-portal/blank-template.png" alt-text="Screenshot for Blank Template.":::
67+
:::image type="content" source="./media/quickstart-create-templates-use-the-portal/blank-template.png" alt-text="Screenshot of blank ARM template in Azure portal.":::
6868

6969
1. Replace the blank template with the following template. It deploys a virtual network with a subnet.
7070

@@ -143,25 +143,25 @@ In this section, let's suppose you have an ARM template that you want to deploy
143143

144144
1. When the deployment completes, you see the status of the deployment. This time select the name of the resource group.
145145

146-
:::image type="content" source="./media/quickstart-create-templates-use-the-portal/view-second-deployment.png" alt-text="Screenshot for View second deployment.":::
146+
:::image type="content" source="./media/quickstart-create-templates-use-the-portal/view-second-deployment.png" alt-text="Screenshot of view second deployment page in Azure portal.":::
147147

148148
1. Notice that your resource group now contains a storage account and a virtual network.
149149

150-
:::image type="content" source="./media/quickstart-create-templates-use-the-portal/view-resource-group.png" alt-text="Screenshot for View Storage Account and Virtual Network.":::
150+
:::image type="content" source="./media/quickstart-create-templates-use-the-portal/view-resource-group.png" alt-text="Screenshot of resource group with storage account and virtual network in Azure portal.":::
151151

152152
## Export a custom template
153153

154154
Sometimes the easiest way to work with an ARM template is to have the portal generate it for you. The portal can create an ARM template based on the current state of your resource group.
155155

156156
1. In your resource group, select **Export template**.
157157

158-
:::image type="content" source="./media/quickstart-create-templates-use-the-portal/export-template.png" alt-text="Screenshot for Export Template.":::
158+
:::image type="content" source="./media/quickstart-create-templates-use-the-portal/export-template.png" alt-text="Screenshot of export template option in Azure portal.":::
159159

160160
1. The portal generates a template for you based on the current state of the resource group. Notice that this template isn't the same as either template you deployed earlier. It contains definitions for both the storage account and virtual network, along with other resources like a blob service that was automatically created for your storage account.
161161

162162
1. To save this template for later use, select **Download**.
163163

164-
:::image type="content" source="./media/quickstart-create-templates-use-the-portal/download-template.png" alt-text="Screenshot for Download exported template.":::
164+
:::image type="content" source="./media/quickstart-create-templates-use-the-portal/download-template.png" alt-text="Screenshot of download button for exported ARM template in Azure portal.":::
165165

166166
You now have an ARM template that represents the current state of the resource group. This template is auto-generated. Before using the template for production deployments, you may want to revise it, such as adding parameters for template reuse.
167167

0 commit comments

Comments
 (0)