Skip to content

Commit 8d4e142

Browse files
committed
restructure the tutorial files
1 parent b05422d commit 8d4e142

7 files changed

+20
-330
lines changed

.openpublishing.redirection.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4060,6 +4060,17 @@
40604060
"redirect_url": "/azure/azure-portal/azure-portal-dashboards",
40614061
"redirect_document_id": false
40624062
},
4063+
{
4064+
"source_path": "articles/azure-resource-manager/templates/template-tutorial-create-linked-templates.md",
4065+
"redirect_url": "/azure/azure-resource-manager/templates/deployment-tutorial-linked-template",
4066+
"redirect_document_id": false
4067+
},
4068+
4069+
{
4070+
"source_path": "articles/azure-resource-manager/templates/template-tutorial-secure-artifacts.md",
4071+
"redirect_url": "/azure/azure-resource-manager/templates/deployment-tutorial-linked-template",
4072+
"redirect_document_id": false
4073+
},
40634074
{
40644075
"source_path": "articles/azure-resource-manager/templates/template-tutorial-create-encrypted-storage-accounts.md",
40654076
"redirect_url": "/azure/azure-resource-manager/templates/template-tutorial-use-template-reference",

articles/azure-resource-manager/templates/template-tutorial-create-linked-templates.md

Lines changed: 0 additions & 318 deletions
This file was deleted.

articles/azure-resource-manager/templates/template-tutorial-deploy-sql-extensions-bacpac.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.author: jgao
99

1010
# Tutorial: Import SQL BACPAC files with ARM templates
1111

12-
Learn how to use Azure SQL Database extensions to import a BACPAC file with Azure Resource Manager (ARM) templates. Deployment artifacts are any files, in addition to the main template files, that are needed to complete a deployment. The BACPAC file is an artifact.
12+
Learn how to use Azure SQL Database extensions to import a BACPAC file with Azure Resource Manager (ARM) templates. Deployment artifacts are any files, in addition to the main template files, that are needed to complete a deployment. The BACPAC file is an artifact.
1313

1414
In this tutorial, you create a template to deploy an Azure SQL server and a SQL database and import a BACPAC file. For information about how to deploy Azure virtual machine extensions by using ARM templates, see [Tutorial: Deploy virtual machine extensions with ARM templates](./template-tutorial-deploy-vm-extensions.md).
1515

@@ -250,7 +250,7 @@ When the Azure resources are no longer needed, clean up the resources you deploy
250250

251251
## Next steps
252252

253-
In this tutorial, you deployed a SQL server and a SQL database and imported a BACPAC file. The BACPAC file is stored in an Azure Storage account. Anybody with the URL can access the file. To learn how to secure the BACPAC file (artifact), see:
253+
In this tutorial, you deployed a SQL server and a SQL database and imported a BACPAC file. To learn how to troubleshoot template deployment, see:
254254

255255
> [!div class="nextstepaction"]
256-
> [Secure the artifacts](./template-tutorial-secure-artifacts.md)
256+
> [Troubleshoot ARM template deployments](./template-tutorial-troubleshoot.md)

articles/azure-resource-manager/templates/template-tutorial-use-key-vault.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ Remove-AzResourceGroup -Name $resourceGroupName
193193

194194
## Next steps
195195

196-
In this tutorial, you retrieved a secret from your Azure key vault. You then used the secret in your template deployment. To learn how to create linked templates, see:
196+
In this tutorial, you retrieved a secret from your Azure key vault. You then used the secret in your template deployment. To learn how to use virtual machine extensions to perform post deployment tasks, see:
197197

198198
> [!div class="nextstepaction"]
199-
> [Create linked templates](./template-tutorial-create-linked-templates.md)
199+
> [Deploy virtual machine extensions](./template-tutorial-deploy-vm-extensions.md)

0 commit comments

Comments
 (0)