Skip to content

Commit d1cd0a9

Browse files
authored
Merge pull request #86861 from john-par/1414791-clean-up-broken-azure-docs-pr-links-08-28
WIP-1414791, clean up broken azure-docs-pr links 08-28
2 parents 7bfc59c + 3f3cdb9 commit d1cd0a9

27 files changed

+32
-33
lines changed

articles/active-directory/fundamentals/whats-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ For more information about how to better secure your organization by using autom
160160

161161
If you're tired of managing long lists of IP addresses and ranges, you can use the new **AzureActiveDirectoryDomainServices** network service tag in your Azure network security group to help secure inbound traffic to your Azure AD Domain Services virtual network subnet.
162162

163-
For more information about this new service tag, see [Network Security Groups for Azure AD Domain Services](https://docs.microsoft.com/azure/active-directory-domain-services/network-considerations#default-network-service-group).
163+
For more information about this new service tag, see [Network Security Groups for Azure AD Domain Services](../../active-directory-domain-services/network-considerations.md#network-security-groups-and-required-ports).
164164

165165
---
166166

articles/active-directory/users-groups-roles/roles-delegate-by-task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Read all configuration | Directory readers | Default user role ([see documentati
109109
Task | Least privileged role | Additional roles
110110
---- | --------------------- | ----------------
111111
Create Azure AD Domain Services instance | Global Administrator |
112-
Perform all Azure AD Domain Services tasks | Azure AD DC Administrators group ([see documentation](https://docs.microsoft.com/azure/active-directory-domain-services/active-directory-ds-admin-guide-administer-domain#administrative-tasks-you-can-perform-on-a-managed-domain)) |
112+
Perform all Azure AD Domain Services tasks | Azure AD DC Administrators group ([see documentation](../../active-directory-domain-services/tutorial-create-management-vm.md#administrative-tasks-you-can-perform-on-an-azure-ad-ds-managed-domain)) |
113113
Read all configuration | Reader on Azure subscription containing AD DS service |
114114

115115
## Devices

articles/api-management/configure-custom-domain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ When configuring DNS for your custom domain name, you have two options:
8585
- Configure an A-record that points to your API Management gateway IP address.
8686

8787
> [!NOTE]
88-
> Although the API Managment instance IP address is static, it may change in a few scenarios. Because of this it's recommended to use CNAME when configuring custom domain. Take that into consideration when choosing DNS configuration method. Read more in the [API Mananagement FAQ](https://docs.microsoft.com/azure/api-management/api-management-faq#is-the-api-management-gateway-ip-address-constant-can-i-use-it-in-firewall-rules).
88+
> Although the API Managment instance IP address is static, it may change in a few scenarios. Because of this it's recommended to use CNAME when configuring custom domain. Take that into consideration when choosing DNS configuration method. Read more in the [API Mananagement FAQ](api-management-faq.md#how-can-i-secure-the-connection-between-the-api-management-gateway-and-my-back-end-services).
8989
9090
## Next steps
9191

articles/automation/automation-first-runbook-textual-python2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ To manage Azure resources, the script has to authenticate using the credentials
9494
> [!NOTE]
9595
> The Automation account must have been created with the service principal feature for there to be a Run As Certificate.
9696
> If your automation account was not created with the service principal, you can authenticate by using the method described at
97-
> [Authenticate with the Azure Management Libraries for Python](https://docs.microsoft.com/python/azure/python-sdk-azure-authenticate).
97+
> [Authenticate with the Azure Management Libraries for Python](/azure/python/python-sdk-azure-authenticate).
9898
9999
1. Open the textual editor by clicking **Edit** on the MyFirstRunbook-Python pane.
100100

@@ -211,5 +211,5 @@ Click **OK** to start the runbook. The runbook runs and starts the VM that you s
211211
- To get started with Graphical runbooks, see [My first graphical runbook](automation-first-runbook-graphical.md)
212212
- To get started with PowerShell workflow runbooks, see [My first PowerShell workflow runbook](automation-first-runbook-textual.md)
213213
- To know more about runbook types, their advantages and limitations, see [Azure Automation runbook types](automation-runbook-types.md)
214-
- To learn about developing for Azure with Python, see [Azure for Python developers](https://docs.microsoft.com/python/azure/?view=azure-python)
214+
- To learn about developing for Azure with Python, see [Azure for Python developers](/azure/python/)
215215
- To view sample Python 2 runbooks, see the [Azure Automation GitHub](https://github.com/azureautomation/runbooks/tree/master/Utility/Python)

articles/azure-government/documentation-government-developer-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Navigate through the links below to get started using Azure Government.
5858
* [Connect with PowerShell](documentation-government-get-started-connect-with-ps.md)
5959
* [Connect with CLI](documentation-government-get-started-connect-with-cli.md)
6060
* [Connect to Azure Storage](documentation-government-get-started-connect-to-storage.md)
61-
* [Connect with Azure SDK for Python](https://docs.microsoft.com/python/azure/python-sdk-azure-multi-cloud?view=azure-python)
61+
* [Connect with Azure SDK for Python](/azure/python/python-sdk-azure-multi-cloud)
6262

6363
### Azure Government Video Library
6464
The [Azure Government video library](https://channel9.msdn.com/blogs/Azure-Government) contains many helpful videos to get you up and running with Azure Government.

articles/azure-government/documentation-government-services-monitoringandmanagement.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ Currently for Azure Government customers, the only way to enable Application Ins
173173
`Variable name: AzureGraphApiVersion`
174174
`Variable value: 2014-04-01`
175175

176-
3. Make the appropriate Application Insights SDK endpoint modifications for either [ASP.NET](https://docs.microsoft.com/azure/azure-government/documentation-government-services-monitoringandmanagement#net-with-applicationinsightsconfig) or [ASP.NET Core](https://docs.microsoft.com/azure/azure-government/documentation-government-services-monitoringandmanagement#net-core) depending on your project type.
176+
3. Make the appropriate Application Insights SDK endpoint modifications for either [ASP.NET](https://docs.microsoft.com/azure/azure-government/documentation-government-services-monitoringandmanagement#net-with-applicationinsightsconfig) or [ASP.NET Core](#aspnet-core) depending on your project type.
177177

178178
### Snapshot Debugger
179179

articles/batch/batch-api-basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ In situations where some of your tasks are failing, your Batch client applicatio
537537
[net_rdpfile]: https://msdn.microsoft.com/library/azure/Mt272127.aspx
538538
[vnet]: https://msdn.microsoft.com/library/azure/dn820174.aspx#bk_netconf
539539

540-
[py_add_user]: https://docs.microsoft.com/python/azure/?view=azure-python
540+
[py_add_user]: https://docs.microsoft.com/azure/python/
541541

542542
[batch_rest_api]: https://msdn.microsoft.com/library/azure/Dn820158.aspx
543543
[rest_add_job]: https://msdn.microsoft.com/library/azure/mt282178.aspx

articles/cloud-services/cloud-services-python-how-to-use-service-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ To use the Service Management API, you need to [create an Azure account](https:/
2929
The Azure SDK for Python wraps the [Service Management API][svc-mgmt-rest-api], which is a REST API. All API operations are performed over SSL and mutually authenticated by using X.509 v3 certificates. The management service can be accessed from within a service running in Azure. It also can be accessed directly over the Internet from any application that can send an HTTPS request and receive an HTTPS response.
3030

3131
## <a name="Installation"> </a>Installation
32-
All the features described in this article are available in the `azure-servicemanagement-legacy` package, which you can install by using pip. For more information about installation (for example, if you're new to Python), see [Install Python and the Azure SDK](../python-how-to-install.md).
32+
All the features described in this article are available in the `azure-servicemanagement-legacy` package, which you can install by using pip. For more information about installation (for example, if you're new to Python), see [Install Python and the Azure SDK](/azure/python/python-sdk-azure-install).
3333

3434
## <a name="Connect"> </a>Connect to service management
3535
To connect to the service management endpoint, you need your Azure subscription ID and a valid management certificate. You can obtain your subscription ID through the [Azure portal][management-portal].

articles/data-explorer/create-cluster-database-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ pip install azure-mgmt-kusto
6666

6767
There are additional optional parameters that you can use, such as the capacity of the cluster.
6868

69-
1. Set [*your credentials*](https://docs.microsoft.com/python/azure/python-sdk-azure-authenticate?view=azure-python)
69+
1. Set [*your credentials*](/azure/python/python-sdk-azure-authenticate)
7070

7171
1. Run the following command to check whether your cluster was successfully created:
7272

articles/data-lake-store/data-lake-store-end-user-authenticate-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Use this to authenticate with Azure AD for filesystem operations on a Data Lake
109109

110110
## End-user authentication without multi-factor authentication
111111

112-
This is deprecated. For more information, see [Azure Authentication using Python SDK](https://docs.microsoft.com/python/azure/python-sdk-azure-authenticate?view=azure-python#mgmt-auth-token).
112+
This is deprecated. For more information, see [Azure Authentication using Python SDK](/azure/python/python-sdk-azure-authenticate).
113113

114114
## Next steps
115115
In this article, you learned how to use end-user authentication to authenticate with Azure Data Lake Storage Gen1 using Python. You can now look at the following articles that talk about how to use Python to work with Azure Data Lake Storage Gen1.

0 commit comments

Comments
 (0)