Skip to content

Commit e6643bb

Browse files
committed
Fixing links
1 parent 0ea4e2d commit e6643bb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

articles/analysis-services/analysis-services-refresh-azure-automation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ An Azure Virtual Machine with a static public IP address can be used as an Azure
168168
> [!IMPORTANT]
169169
> Ensure the Virtual Machine public IP address is configured as static.
170170
>
171-
>To learn more about configuring Azure Automation Hybrid Workers, see [Automate resources in your datacenter or cloud by using Hybrid Runbook Worker](../automation/automation-hybrid-runbook-worker.md#install-a-hybrid-runbook-worker).
171+
>To learn more about configuring Azure Automation Hybrid Workers, see [Installation of a Hybrid Runbook Worker](../automation/automation-hybrid-runbook-worker.md#installation-of-a-hybrid-runbook-worker).
172172
173173
Once a Hybrid Worker is configured, create a Webhook as described in the section [Consume with Data Factory](#consume-with-data-factory). The only difference here is to select the **Run on** > **Hybrid Worker** option when configuring the Webhook.
174174

articles/automation/automation-hrw-run-runbooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Restart-Computer -ComputerName $Computer -Credential $Cred
4242

4343
You can also use an [InlineScript](automation-powershell-workflow.md#inlinescript) activity. `InlineScript` allows you to run blocks of code on another computer with credentials specified by the [PSCredential common parameter](/powershell/module/psworkflow/about/about_workflowcommonparameters).
4444

45-
## Use runbook authentication with managed identities
45+
## <a name="runbook-authentication-managed-identities"></a>Use runbook authentication with managed identities
4646

4747
Hybrid Runbook Workers on Azure virtual machines can use managed identities for Azure resources to authenticate to Azure resources. Using managed identities for Azure resources instead of Run As accounts provides benefits because you don't need to:
4848

articles/automation/automation-hybrid-runbook-worker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The process to install a Hybrid Runbook Worker depends on the operating system.
2525
|OS |Deployment types |
2626
|---------|---------|
2727
|Windows | [PowerShell](automation-windows-hrw-install.md#automated-deployment)<br>[Manual](automation-windows-hrw-install.md#manual-deployment) |
28-
|Linux | [Python](automation-linux-hrw-install.md#installing-a-linux-hybrid-runbook-worker) |
28+
|Linux | [Python](automation-linux-hrw-install.md#install-a-linux-hybrid-runbook-worker) |
2929

3030
The recommended installation method is to use an Automation runbook to completely automate the process of configuring a Windows computer. The second method is to follow a step-by-step procedure to manually install and configure the role. For Linux machines, you run a Python script to install the agent on the machine.
3131

articles/automation/automation-runbook-execution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The following table lists some runbook execution tasks with the recommended exec
4141

4242
|Task|Recommendation|Notes|
4343
|---|---|---|
44-
|Integrate with Azure resources|Azure Sandbox|Hosted in Azure, authentication is simpler. If you're using a Hybrid Runbook Worker on an Azure VM, you can use [managed identities for Azure resources](automation-hrw-run-runbooks.md#managed-identities-for-azure-resources).|
44+
|Integrate with Azure resources|Azure Sandbox|Hosted in Azure, authentication is simpler. If you're using a Hybrid Runbook Worker on an Azure VM, you can [use runbook authentication with managed identities](automation-hrw-run-runbooks.md#runbook-authentication-managed-identities).|
4545
|Obtain optimal performance to manage Azure resources|Azure Sandbox|Script is run in the same environment, which has less latency.|
4646
|Minimize operational costs|Azure Sandbox|There is no compute overhead and no need for a VM.|
4747
|Execute long-running script|Hybrid Runbook Worker|Azure sandboxes have [resource limits](../azure-resource-manager/management/azure-subscription-service-limits.md#automation-limits).|

0 commit comments

Comments
 (0)