Skip to content

Commit 7396b6c

Browse files
authored
Merge pull request #159249 from tfitzmac/0518links1
fixing quickstart template links
2 parents cbab9f4 + 1576856 commit 7396b6c

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

articles/api-management/api-management-howto-use-managed-service-identity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ In this template, you will deploy:
417417

418418
To run the deployment automatically, click the following button:
419419

420-
[![Deploy to Azure](../media/template-deployments/deploy-to-azure.svg)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-api-management-key-vault-create%2Fazuredeploy.json)
420+
[![Deploy to Azure](../media/template-deployments/deploy-to-azure.svg)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2Fquickstarts%2Fmicrosoft.apimanagement%2Fapi-management-key-vault-create%2Fazuredeploy.json)
421421

422422
### Authenticate to the back end by using a user-assigned identity
423423

articles/app-service/scripts/template-deploy-private-endpoint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ This template creates a private endpoint for an Azure web app.
3333

3434
Here's how to deploy the Azure Resource Manager template to Azure:
3535

36-
1. To sign in to Azure and open the template, select this link: [Deploy to Azure](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-private-endpoint-webapp%2Fazuredeploy.json). The template creates the virtual network, the web app, the private endpoint, and the private DNS zone.
36+
1. To sign in to Azure and open the template, select this link: [Deploy to Azure](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2Fquickstarts%2Fmicrosoft.web%2Fprivate-endpoint-webapp%2Fazuredeploy.json). The template creates the virtual network, the web app, the private endpoint, and the private DNS zone.
3737
2. Select or create your resource group.
3838
3. Enter the name of your web app, Azure App Service plan, and private endpoint.
3939
5. Read the statement about terms and conditions. If you agree, select **I agree to the terms and conditions stated above** > **Purchase**. The deployment can take several minutes to finish.

articles/azure-resource-manager/managed-applications/reference-createuidefinition-artifact.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ The following JSON shows an example of *createUiDefinition.json* file for Azure
5757
{
5858
"name": "zipFileBlobUri",
5959
"type": "Microsoft.Common.TextBox",
60-
"defaultValue": "https://github.com/Azure/azure-quickstart-templates/tree/master/101-custom-rp-with-function/artifacts/functionzip/functionpackage.zip",
60+
"defaultValue": "https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.customproviders/custom-rp-with-function/artifacts/functionzip/functionpackage.zip",
6161
"label": "The Uri to the uploaded function zip file",
6262
"toolTip": "The Uri to the uploaded function zip file",
6363
"visible": true

articles/azure-resource-manager/managed-applications/reference-main-template-artifact.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The following JSON shows an example of *mainTemplate.json* file for Azure Manage
4848
},
4949
"zipFileBlobUri": {
5050
"type": "string",
51-
"defaultValue": "https://github.com/Azure/azure-quickstart-templates/tree/master/101-custom-rp-with-function/artifacts/functionzip/functionpackage.zip",
51+
"defaultValue": "https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.customproviders/custom-rp-with-function/artifacts/functionzip/functionpackage.zip",
5252
"metadata": {
5353
"description": "The Uri to the uploaded function zip file"
5454
}

articles/azure-resource-manager/managed-applications/tutorial-create-managed-app-with-custom-provider.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ The user interface definition for creating a managed application instance includ
6262
{
6363
"name": "zipFileBlobUri",
6464
"type": "Microsoft.Common.TextBox",
65-
"defaultValue": "https://github.com/Azure/azure-quickstart-templates/tree/master/101-custom-rp-with-function/artifacts/functionzip/functionpackage.zip",
65+
"defaultValue": "https://github.com/Azure/azure-quickstart-templates/tree/master/quickstarts/microsoft.customproviders/custom-rp-with-function/artifacts/functionzip/functionpackage.zip",
6666
"label": "The Uri to the uploaded function zip file",
6767
"toolTip": "The Uri to the uploaded function zip file",
6868
"visible": true

articles/hdinsight/hadoop/hdinsight-use-sqoop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ The cluster, SQL database, and other objects are created through the Azure porta
6666
6767
1. Select the following image to open the Resource Manager template in the Azure portal.
6868

69-
<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-hdinsight-linux-with-sql-database%2Fazuredeploy.json" target="_blank"><img src="./media/hdinsight-use-sqoop/hdi-deploy-to-azure1.png" alt="Deploy to Azure button for new cluster"></a>
69+
<a href="https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2Fquickstarts%2Fmicrosoft.hdinsight%2Fhdinsight-linux-with-sql-database%2Fazuredeploy.json" target="_blank"><img src="./media/hdinsight-use-sqoop/hdi-deploy-to-azure1.png" alt="Deploy to Azure button for new cluster"></a>
7070

7171
2. Enter the following properties:
7272

0 commit comments

Comments
 (0)