Skip to content

Commit 70df1a9

Browse files
Merge pull request #110419 from mumian/master
restructure the tutorial files
2 parents b595e99 + a89d33c commit 70df1a9

7 files changed

+15
-330
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4076,6 +4076,11 @@
40764076
"redirect_url": "/azure/azure-portal/azure-portal-dashboards",
40774077
"redirect_document_id": false
40784078
},
4079+
{
4080+
"source_path": "articles/azure-resource-manager/templates/template-tutorial-create-linked-templates.md",
4081+
"redirect_url": "/azure/azure-resource-manager/templates/deployment-tutorial-linked-template",
4082+
"redirect_document_id": false
4083+
},
40794084
{
40804085
"source_path": "articles/azure-resource-manager/templates/template-tutorial-create-encrypted-storage-accounts.md",
40814086
"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)