Skip to content

Commit e3ad3c7

Browse files
authored
Merge pull request #96500 from john-par/1614298-clean-up-broken-azure-docs-pr-links-11-19
1614298, clean up broken azure docs pr links 11-19
2 parents fb27266 + 0ffd8e5 commit e3ad3c7

23 files changed

+35
-35
lines changed

articles/active-directory/managed-identities-azure-resources/how-to-manage-ua-identity-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ In this article, you learn how to create, list and delete a user-assigned manage
3535
- Install [the latest version of Azure PowerShell](/powershell/azure/install-az-ps) if you haven't already.
3636
- If you are running PowerShell locally, you also need to:
3737
- Run `Connect-AzAccount` to create a connection with Azure.
38-
- Install the [latest version of PowerShellGet](/powershell/gallery/installing-psget#for-systems-with-powershell-50-or-newer-you-can-install-the-latest-powershellget).
38+
- Install the [latest version of PowerShellGet](/powershell/scripting/gallery/installing-psget#for-systems-with-powershell-50-or-newer-you-can-install-the-latest-powershellget).
3939
- Run `Install-Module -Name PowerShellGet -AllowPrerelease` to get the pre-release version of the `PowerShellGet` module (you may need to `Exit` out of the current PowerShell session after you run this command to install the `Az.ManagedServiceIdentity` module).
4040
- Run `Install-Module -Name Az.ManagedServiceIdentity -AllowPrerelease` to install the prerelease version of the `Az.ManagedServiceIdentity` module to perform the user-assigned managed identity operations in this article.
4141

articles/active-directory/managed-identities-azure-resources/tutorial-windows-vm-ua-arm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ You learn how to:
4545
- To perform the required resource creation and role management steps in this tutorial, your account needs "Owner" permissions at the appropriate scope (your subscription or resource group). If you need assistance with role assignment, see [Use Role-Based Access Control to manage access to your Azure subscription resources](/azure/role-based-access-control/role-assignments-portal).
4646
- [Install the latest version of the Azure PowerShell module](/powershell/azure/install-az-ps).
4747
- Run `Connect-AzAccount` to create a connection with Azure.
48-
- Install the [latest version of PowerShellGet](/powershell/gallery/installing-psget#for-systems-with-powershell-50-or-newer-you-can-install-the-latest-powershellget).
48+
- Install the [latest version of PowerShellGet](/powershell/scripting/gallery/installing-psget#for-systems-with-powershell-50-or-newer-you-can-install-the-latest-powershellget).
4949
- Run `Install-Module -Name PowerShellGet -AllowPrerelease` to get the pre-release version of the `PowerShellGet` module (you may need to `Exit` out of the current PowerShell session after you run this command to install the `Az.ManagedServiceIdentity` module).
5050
- Run `Install-Module -Name Az.ManagedServiceIdentity -AllowPrerelease` to install the prerelease version of the `Az.ManagedServiceIdentity` module to perform the user-assigned identity operations in this article.
5151

articles/application-gateway/migrate-v1-v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ This command also installs the required Az modules.
6161

6262
### Install using the script directly
6363

64-
If you do have some Azure Az modules installed and can't uninstall them (or don't want to uninstall them), you can manually download the script using the **Manual Download** tab in the script download link. The script is downloaded as a raw nupkg file. To install the script from this nupkg file, see [Manual Package Download](https://docs.microsoft.com/powershell/gallery/how-to/working-with-packages/manual-download).
64+
If you do have some Azure Az modules installed and can't uninstall them (or don't want to uninstall them), you can manually download the script using the **Manual Download** tab in the script download link. The script is downloaded as a raw nupkg file. To install the script from this nupkg file, see [Manual Package Download](/powershell/scripting/gallery/how-to/working-with-packages/manual-download).
6565

6666
To run the script:
6767

articles/automation/automation-dsc-config-from-server.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@ to view the
6363

6464
## Next steps
6565

66-
- [Windows PowerShell Desired State Configuration Overview](/powershell/dsc/overview/overview)
67-
- [DSC Resources](/powershell/dsc/resources/resources)
66+
- [Windows PowerShell Desired State Configuration Overview](/powershell/scripting/dsc/overview/overview)
67+
- [DSC Resources](/powershell/scripting/dsc/resources/resources)
6868
- [Configuring The Local Configuration Manager](/powershell/scripting/dsc/managing-nodes/metaconfig)

articles/automation/automation-dsc-configuration-based-on-stig.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@ to view the
6161

6262
## Next steps
6363

64-
- [Windows PowerShell Desired State Configuration Overview](/powershell/dsc/overview/overview)
65-
- [DSC Resources](/powershell/dsc/resources/resources)
64+
- [Windows PowerShell Desired State Configuration Overview](/powershell/scripting/dsc/overview/overview)
65+
- [DSC Resources](/powershell/scripting/dsc/resources/resources)
6666
- [Configuring The Local Configuration Manager](/powershell/scripting/dsc/managing-nodes/metaconfig)

articles/automation/automation-dsc-create-composite.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Examples would be:
2929

3030
If you are interested in sharing this work with others,
3131
the best option is to package the configuration as a
32-
[Composite Resource](/powershell/dsc/resources/authoringresourcecomposite).
32+
[Composite Resource](/powershell/scripting/dsc/resources/authoringresourcecomposite).
3333
Creating composite resources for the first time can be overwhelming.
3434

3535
> [!NOTE]
@@ -64,7 +64,7 @@ you can use them in the
6464
[Composable Authoring Experience](/azure/automation/compose-configurationwithcompositeresources)
6565
in Azure,
6666
or add them to
67-
[DSC Configuration scripts](/powershell/dsc/configurations/configurations)
67+
[DSC Configuration scripts](/powershell/scripting/dsc/configurations/configurations)
6868
to generate MOF files
6969
and
7070
[upload the MOF files to Azure Automation](/azure/automation/tutorial-configure-servers-desired-state#create-and-upload-a-configuration-to-azure-automation).
@@ -85,6 +85,6 @@ to view the
8585

8686
## Next steps
8787

88-
- [Windows PowerShell Desired State Configuration Overview](/powershell/dsc/overview/overview)
89-
- [DSC Resources](/powershell/dsc/resources/resources)
90-
- [Configuring The Local Configuration Manager](/powershell/dsc/managing-nodes/metaconfig)
88+
- [Windows PowerShell Desired State Configuration Overview](/powershell/scripting/dsc/overview/overview)
89+
- [DSC Resources](/powershell/scripting/dsc/resources/resources)
90+
- [Configuring The Local Configuration Manager](/powershell/scripting/dsc/managing-nodes/metaconfig)

articles/automation/automation-dsc-overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ The DSC Linux extension supports all the Linux distributions listed under [Suppo
7575
### DSC requirements
7676

7777
For all Windows nodes running in Azure,
78-
[WMF 5.1](https://docs.microsoft.com/powershell/wmf/setup/install-configure)
78+
[WMF 5.1](https://docs.microsoft.com/powershell/scripting/wmf/setup/install-configure)
7979
will be installed during onboarding. For nodes running Windows Server 2012 and Windows 7,
80-
[WinRM will be enabled](https://docs.microsoft.com/powershell/dsc/troubleshooting/troubleshooting#winrm-dependency).
80+
[WinRM will be enabled](https://docs.microsoft.com/powershell/scripting/dsc/troubleshooting/troubleshooting#winrm-dependency).
8181

8282
For all Linux nodes running in Azure,
8383
[PowerShell DSC for Linux](https://github.com/Microsoft/PowerShell-DSC-for-Linux)
@@ -95,7 +95,7 @@ the following port and URLs are required for State Configuration (DSC) to commun
9595

9696
This provides network connectivity for the managed node to communicate with Azure Automation.
9797
If you are using DSC resources that communicate between nodes,
98-
such as the [WaitFor* resources](https://docs.microsoft.com/powershell/dsc/reference/resources/windows/waitForAllResource),
98+
such as the [WaitFor* resources](https://docs.microsoft.com/powershell/scripting/dsc/reference/resources/windows/waitForAllResource),
9999
you will also need to allow traffic between nodes.
100100
See the documentation for each DSC resource to understand those network requirements.
101101

articles/automation/automation-runbook-gallery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ You can only import directly from the PowerShell Gallery using the Azure portal.
4444

4545
### Adding a PowerShell runbook to the gallery
4646

47-
Microsoft encourages you to add runbooks to the PowerShell Gallery that you think would be useful to other customers. The PowerShell Gallery accepts PowerShell modules and PowerShell scripts. You can add a runbook by [uploading it to the PowerShell Gallery](/powershell/gallery/how-to/publishing-packages/publishing-a-package).
47+
Microsoft encourages you to add runbooks to the PowerShell Gallery that you think would be useful to other customers. The PowerShell Gallery accepts PowerShell modules and PowerShell scripts. You can add a runbook by [uploading it to the PowerShell Gallery](/powershell/scripting/gallery/how-to/publishing-packages/publishing-a-package).
4848

4949
> [!NOTE]
5050
> Graphical runbooks are not supported in PowerShell Gallery.

articles/automation/automation-windows-hrw-install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,9 @@ To receive detailed information about the installation, use the **-Verbose** swi
134134

135135
Runbooks can use any of the activities and cmdlets defined in the modules that are installed in your Azure Automation environment. These modules are not automatically deployed to on-premises computers, so you must install them manually. The exception is the Azure module, which is installed by default and provides access to cmdlets for all Azure services and activities for Azure Automation.
136136

137-
Because the primary purpose of the Hybrid Runbook Worker feature is to manage local resources, you most likely need to install the modules that support these resources. For information on installing Windows PowerShell modules, see [Installing Modules](/powershell/developer/windows-powershell).
137+
Because the primary purpose of the Hybrid Runbook Worker feature is to manage local resources, you most likely need to install the modules that support these resources. For information on installing Windows PowerShell modules, see [Installing Modules](/powershell/scripting/developer/windows-powershell).
138138

139-
Modules that are installed must be in a location referenced by the **PSModulePath** environment variable so that the hybrid worker can automatically import them. For more information, see [Modifying the PSModulePath Installation Path](/powershell/developer/windows-powershell).
139+
Modules that are installed must be in a location referenced by the **PSModulePath** environment variable so that the hybrid worker can automatically import them. For more information, see [Modifying the PSModulePath Installation Path](/powershell/scripting/developer/windows-powershell).
140140

141141
## Next steps
142142

articles/automation/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ landingContent:
6060
- linkListType: concept
6161
links:
6262
- text: PowerShell DSC
63-
url: /powershell/dsc/overview/overview
63+
url: /powershell/scripting/dsc/overview/overview
6464
- linkListType: quickstart
6565
links:
6666
- text: Create a DSC Configuration from Group Policy

0 commit comments

Comments
 (0)