Skip to content

Commit aaed00b

Browse files
authored
Merge pull request #49972 from msebolt/patch-52
Update automation-deploy-template-runbook.md
2 parents 5efaf62 + 09aa0e3 commit aaed00b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ In this topic, we create a PowerShell runbook that uses an Resource Manager temp
2828

2929
To complete this tutorial, you need the following:
3030

31-
* 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 <a href="/pricing/free-account/" target="_blank">[sign up for a free account](https://azure.microsoft.com/free/).
31+
* 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/).
3232
* [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.
3333
* [Azure Storage account](../storage/common/storage-create-storage-account.md) in which to store the Resource Manager template
3434
* Azure Powershell installed on a local machine. See [Install and configure Azure Powershell](https://docs.microsoft.com/powershell/azure/install-azurerm-ps?view=azurermps-4.1.0) for information about how to get Azure PowerShell.

articles/automation/automation-pass-json-string.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The PowerShell runbook starts an Azure VM, getting the parameters for the VM fro
2727
## Prerequisites
2828
To complete this tutorial, you need the following:
2929

30-
* 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 <a href="/pricing/free-account/" target="_blank">[sign up for a free account](https://azure.microsoft.com/free/).
30+
* 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
* An Azure virtual machine. We stop and start this machine so it should not be a production VM.
3333
* Azure Powershell installed on a local machine. See [Install and configure Azure Powershell](https://docs.microsoft.com/powershell/azure/install-azurerm-ps?view=azurermps-4.1.0) for information about how to get Azure PowerShell.

0 commit comments

Comments
 (0)