Skip to content

Commit fb4f68b

Browse files
committed
restore syntax
1 parent 6e3cb4a commit fb4f68b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ The deployment scope is determined by the template schema. For more information,
2424
To add the button to your web page or repository, use the following image:
2525

2626
```markdown
27-
:::image type="content" source="https://aka.ms/deploytoazurebutton" alt-text="Screenshot of Deploy to Azure button with link.":::
27+
![Deploy to Azure](https://aka.ms/deploytoazurebutton)
2828
```
2929

3030
```html
31-
:::image type="content" source="https://aka.ms/deploytoazurebutton" alt-text="":::
31+
<img src="https://aka.ms/deploytoazurebutton"/>
3232
```
3333

3434
The image appears as:
@@ -115,21 +115,21 @@ Finally, put the link and image together.
115115
To add the button with Markdown in the _README.md_ file in your GitHub repository or a web page, use:
116116

117117
```markdown
118-
:::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":::
118+
[![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)
119119
```
120120

121121
For HTML, use:
122122

123123
```html
124124
<a href="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" target="_blank">
125-
:::image type="content" source="https://aka.ms/deploytoazurebutton" alt-text="":::
125+
<img src="https://aka.ms/deploytoazurebutton"/>
126126
</a>
127127
```
128128

129129
For Git with Azure repo, the button is in the format:
130130

131131
```markdown
132-
:::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%2Fdev.azure.com%2Forgname%2Fprojectname%2F_apis%2Fgit%2Frepositories%2Freponame%2Fitems%3FscopePath%3D%2freponame%2fazuredeploy.json%26api-version%3D6.0":::
132+
[![Deploy to Azure](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fdev.azure.com%2Forgname%2Fprojectname%2F_apis%2Fgit%2Frepositories%2Freponame%2Fitems%3FscopePath%3D%2freponame%2fazuredeploy.json%26api-version%3D6.0)
133133
```
134134

135135
## Deploy the template

0 commit comments

Comments
 (0)