You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-resource-manager/templates/template-tutorial-deploy-vm-extensions.md
+18-9Lines changed: 18 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Deploy VM extensions with template
3
3
description: Learn how to deploy virtual machine extensions with Azure Resource Manager templates
4
4
author: mumian
5
-
ms.date: 03/31/2020
5
+
ms.date: 04/16/2020
6
6
ms.topic: tutorial
7
7
ms.author: jgao
8
8
---
@@ -37,13 +37,13 @@ To complete this article, you need:
37
37
38
38
## Prepare a PowerShell script
39
39
40
-
A PowerShell script with the following content is shared from [GitHub](https://raw.githubusercontent.com/Azure/azure-docs-json-samples/master/tutorial-vm-extension/installWebServer.ps1):
40
+
You can use inline PowerShell script or a script file. This tutorial shows how to use a script file. A PowerShell script with the following content is shared from [GitHub](https://raw.githubusercontent.com/Azure/azure-docs-json-samples/master/tutorial-vm-extension/installWebServer.ps1):
If you choose to publish the file to your own location, you must update the `fileUri` element in the template later in the tutorial.
46
+
If you choose to publish the file to your own location, update the `fileUri` element in the template later in the tutorial.
47
47
48
48
## Open a quickstart template
49
49
@@ -55,11 +55,12 @@ Azure Quickstart Templates is a repository for ARM templates. Instead of creatin
55
55
1. To open the file, select **Open**.
56
56
The template defines five resources:
57
57
58
-
***Microsoft.Storage/storageAccounts**. See the [template reference](https://docs.microsoft.com/azure/templates/Microsoft.Storage/storageAccounts).
59
-
***Microsoft.Network/publicIPAddresses**. See the [template reference](https://docs.microsoft.com/azure/templates/microsoft.network/publicipaddresses).
60
-
***Microsoft.Network/virtualNetworks**. See the [template reference](https://docs.microsoft.com/azure/templates/microsoft.network/virtualnetworks).
61
-
***Microsoft.Network/networkInterfaces**. See the [template reference](https://docs.microsoft.com/azure/templates/microsoft.network/networkinterfaces).
62
-
***Microsoft.Compute/virtualMachines**. See the [template reference](https://docs.microsoft.com/azure/templates/microsoft.compute/virtualmachines).
0 commit comments