Skip to content

Commit 7d51cb7

Browse files
authored
Line 33, changed Powershell to PowerShell
1 parent 4c37329 commit 7d51cb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/automation/automation-deploy-template-runbook.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ To complete this tutorial, you need the following items:
3030
* Azure subscription. If you don't have one yet, you can [activate your MSDN subscriber benefits](https://azure.microsoft.com/pricing/member-offers/msdn-benefits-details/) or [sign up for a free account](https://azure.microsoft.com/free/).
3131
* [Automation account](automation-sec-configure-azure-runas-account.md) to hold the runbook and authenticate to Azure resources. This account must have permission to start and stop the virtual machine.
3232
* [Azure Storage account](../storage/common/storage-create-storage-account.md) in which to store the Resource Manager template
33-
* Azure Powershell installed on a local machine. See [Install the Azure PowerShell Module](https://docs.microsoft.com/powershell/azure/install-az-ps?view=azps-3.5.0) for information about how to get Azure PowerShell.
33+
* Azure PowerShell installed on a local machine. See [Install the Azure PowerShell Module](https://docs.microsoft.com/powershell/azure/install-az-ps?view=azps-3.5.0) for information about how to get Azure PowerShell.
3434

3535
## Create the Resource Manager template
3636

@@ -255,4 +255,4 @@ That's it! Now you can use Azure Automation and Azure Storage with Resource Mana
255255
[Runbook and module galleries for Azure Automation](automation-runbook-gallery.md).
256256
* To find other useful Resource Manager templates, see [Azure Quickstart Templates](https://azure.microsoft.com/resources/templates/).
257257
* For a PowerShell cmdlet reference, see [Az.Automation](https://docs.microsoft.com/powershell/module/az.automation/?view=azps-3.7.0#automation
258-
).
258+
).

0 commit comments

Comments
 (0)