Skip to content

Commit badf115

Browse files
committed
Fixing locale
1 parent e01cb05 commit badf115

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/automation/automation-runbook-execution.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ The following table lists some runbook execution tasks with the recommended exec
9292

9393
## Resources
9494

95-
Your runbooks must include logic to deal with resources, for example, VMs, the network, and resources on the network. Resources are tied to an Azure subscription, and runbooks require appropriate credentials to access any resource. See [Resources](https://docs.microsoft.com/en-us/rest/api/resources/resources). For an example of handling resources in a runbook, see [Handle resources](manage-runbooks.md#handle-resources).
95+
Your runbooks must include logic to deal with resources, for example, VMs, the network, and resources on the network. Resources are tied to an Azure subscription, and runbooks require appropriate credentials to access any resource. See [Resources](https://docs.microsoft.com/rest/api/resources/resources). For an example of handling resources in a runbook, see [Handle resources](manage-runbooks.md#handle-resources).
9696

9797
## Credentials
9898

@@ -114,7 +114,7 @@ Azure Automation supports a number of default modules, including the AzureRM mod
114114

115115
Azure Automation uses [certificates](shared-resources/certificates.md) for authentication to Azure or adds them to Azure or third-party resources. The certificates are stored securely for access by runbooks and DSC configurations.
116116

117-
Your runbooks can use self-signed certificates, which are not signed by a certificate authority (CA). See [Create a new certificate](shared-resources/certificates#create-a-new-certificate).
117+
Your runbooks can use self-signed certificates, which are not signed by a certificate authority (CA). See [Create a new certificate](shared-resources/certificates.md#create-a-new-certificate).
118118

119119
## Jobs
120120

0 commit comments

Comments
 (0)