Skip to content

Commit fb40b08

Browse files
committed
I have replaced <img> with markdown.
1 parent 40b8fd1 commit fb40b08

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

articles/event-grid/blob-event-quickstart-template.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ Before subscribing to the events for the Blob storage, let's create the endpoint
2222

2323
1. Select **Deploy to Azure** to deploy the solution to your subscription. In the Azure portal, provide values for the parameters.
2424

25-
<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure-Samples%2Fazure-event-grid-viewer%2Fmaster%2Fazuredeploy.json" target="_blank"><img src="https://azuredeploy.net/deploybutton.png"/></a>
26-
25+
[Deploy to Azure](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure-Samples%2Fazure-event-grid-viewer%2Fmaster%2Fazuredeploy.json)
2726
1. The deployment may take a few minutes to complete. After the deployment has succeeded, view your web app to make sure it's running. In a web browser, navigate to:
2827
`https://<your-site-name>.azurewebsites.net`
2928

@@ -42,9 +41,9 @@ Two Azure resources are defined in the template:
4241
* **Microsoft.Storage/storageAccounts**: create an Azure Storage account.
4342
* **"Microsoft.Storage/storageAccounts/providers/eventSubscriptions**: create an Azure Event Grid subscription for the storage account.
4443

45-
1. Select the following image to sign in to Azure and open a template. The template creates a key vault and a secret.
44+
1. Select the following link to sign in to Azure and open a template. The template creates a key vault and a secret.
4645

47-
<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-event-grid-subscription-and-storage%2Fazuredeploy.json"><img src="./media/blob-event-quickstart-template/deploy-to-azure.png" alt="deploy to azure"/></a>
46+
[Deploy to Azure](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-event-grid-subscription-and-storage%2Fazuredeploy.json)
4847
2. Specify the **endpoint**: provide the URL of your web app and add `api/updates` to the home page URL.
4948
3. Select **Purchase** to deploy the template.
5049

0 commit comments

Comments
 (0)