Skip to content

Commit df81c58

Browse files
committed
Broken link fixed
1 parent d24edc2 commit df81c58

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

articles/automation/add-user-assigned-identity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
1818

1919
## Prerequisites
2020

21-
- An Azure Automation account. For instructions, see [Create an Azure Automation account](./quickstarts/create-account-portal.md).
21+
- An Azure Automation account. For instructions, see [Create an Azure Automation account](/azure/automation/quickstarts/create-azure-automation-account-portal).
2222

2323
- The user-assigned managed identity and the target Azure resources that your runbook manages using that identity can be in different Azure subscriptions.
2424

articles/automation/automation-security-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This article covers authentication scenarios supported by Azure Automation and t
1919

2020
When you start Azure Automation for the first time, you must create at least one Automation account. Automation accounts allow you to isolate your Automation resources, runbooks, assets, and configurations from the resources of other accounts. You can use Automation accounts to separate resources into separate logical environments or delegated responsibilities. For example, you might use one account for development, another for production, and another for your on-premises environment. Or you might dedicate an Automation account to manage operating system updates across all of your machines with [Update Management](update-management/overview.md).
2121

22-
An Azure Automation account is different from your Microsoft account or accounts created in your Azure subscription. For an introduction to creating an Automation account, see [Create an Automation account](./quickstarts/create-account-portal.md).
22+
An Azure Automation account is different from your Microsoft account or accounts created in your Azure subscription. For an introduction to creating an Automation account, see [Create an Automation account](/azure/automation/quickstarts/create-azure-automation-account-portal).
2323

2424
## Automation resources
2525

articles/automation/enable-managed-identity-for-automation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
1616

1717
## Prerequisites
1818

19-
- An Azure Automation account. For instructions, see [Create an Azure Automation account](./quickstarts/create-account-portal.md).
19+
- An Azure Automation account. For instructions, see [Create an Azure Automation account](/azure/automation/quickstarts/create-azure-automation-account-portal).
2020

2121
- The latest version of Az PowerShell modules Az.Accounts, Az.Resources, Az.Automation, Az.KeyVault.
2222

articles/automation/manage-office-365.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Use of Office 365 within Azure Automation requires Microsoft Azure Active Direct
2828
2929
## Create an Azure Automation account
3030

31-
To complete the steps in this article, you need an account in Azure Automation. See [Create an Azure Automation account](./quickstarts/create-account-portal.md).
31+
To complete the steps in this article, you need an account in Azure Automation. See [Create an Azure Automation account](/azure/automation/quickstarts/create-azure-automation-account-portal).
3232

3333
## Add MSOnline and MSOnlineExt as assets
3434

articles/automation/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,4 +143,4 @@ You can review the prices associated with Azure Automation on the [pricing](http
143143
## Next steps
144144

145145
> [!div class="nextstepaction"]
146-
> [Create an Automation account](./quickstarts/create-account-portal.md)
146+
> [Create an Automation account](/azure/automation/quickstarts/create-azure-automation-account-portal)

articles/automation/quickstarts/enable-managed-identity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This Quickstart shows you how to enable managed identities for an Azure Automati
1717

1818
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
1919

20-
- An Azure Automation account. For instructions, see [Create an Automation account](create-account-portal.md).
20+
- An Azure Automation account. For instructions, see [Create an Automation account](/azure/automation/quickstarts/create-azure-automation-account-portal).
2121

2222
- A user-assigned managed identity. For instructions, see [Create a user-assigned managed identity](../../active-directory/managed-identities-azure-resources/how-to-manage-ua-identity-portal.md#create-a-user-assigned-managed-identity). The user-assigned managed identity and the target Azure resources that your runbook manages using that identity must be in the same Azure subscription.
2323

0 commit comments

Comments
 (0)