Skip to content

Commit e50fd23

Browse files
Merge pull request #245505 from alexbuckgit/alexbuckgit/docutune-autopr-20230719-175016-9447519
[BULK] DocuTune - Standardize formatting of Azure portal links
2 parents a3cf37d + c53991d commit e50fd23

6 files changed

+3
-8
lines changed

articles/ai-services/LUIS/luis-traffic-manager.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This article explains how to manage the traffic across keys with Azure [Traffic
2828
[!INCLUDE [updated-for-az](../../../includes/updated-for-az.md)]
2929

3030
## Connect to PowerShell in the Azure portal
31-
In the [Azure][azure-portal] portal, open the PowerShell window. The icon for the PowerShell window is the **>_** in the top navigation bar. By using PowerShell from the portal, you get the latest PowerShell version and you are authenticated. PowerShell in the portal requires an [Azure Storage](https://azure.microsoft.com/services/storage/) account.
31+
In the [Azure portal](https://portal.azure.com), open the PowerShell window. The icon for the PowerShell window is the **>_** in the top navigation bar. By using PowerShell from the portal, you get the latest PowerShell version and you are authenticated. PowerShell in the portal requires an [Azure Storage](https://azure.microsoft.com/services/storage/) account.
3232

3333
![Screenshot of Azure portal with PowerShell window open](./media/traffic-manager/azure-portal-powershell.png)
3434

@@ -378,7 +378,6 @@ Review [middleware](/azure/bot-service/bot-builder-create-middleware?tabs=csaddm
378378
[traffic-manager-marketing]: https://azure.microsoft.com/services/traffic-manager/
379379
[traffic-manager-docs]: ../../traffic-manager/index.yml
380380
[LUIS]: ./luis-reference-regions.md#luis-website
381-
[azure-portal]: https://portal.azure.com/
382381
[azure-storage]: https://azure.microsoft.com/services/storage/
383382
[routing-methods]: ../../traffic-manager/traffic-manager-routing-methods.md
384383
[traffic-manager-endpoints]: ../../traffic-manager/traffic-manager-endpoint-types.md

articles/aks/configure-azure-cni.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,6 @@ Learn more about networking in AKS in the following articles:
195195

196196
<!-- LINKS - External -->
197197
[services]: https://kubernetes.io/docs/concepts/services-networking/service/
198-
[portal]: https://portal.azure.com
199198
[cni-networking]: https://github.com/Azure/azure-container-networking/blob/master/docs/cni.md
200199
[kubenet]: concepts-network.md#kubenet-basic-networking
201200
[github]: https://raw.githubusercontent.com/microsoft/Docker-Provider/ci_prod/kubernetes/container-azm-ms-agentconfig.yaml

articles/aks/learn/quick-kubernetes-deploy-bicep-extensibility-kubernetes-provider.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,6 @@ To learn more about AKS, and walk through a complete code to deployment example,
311311
[install-azure-powershell]: /powershell/azure/install-az-ps
312312
[connect-azaccount]: /powershell/module/az.accounts/Connect-AzAccount
313313
[sp-delete]: ../kubernetes-service-principal.md#additional-considerations
314-
[azure-portal]: https://portal.azure.com
315314
[kubernetes-deployment]: ../concepts-clusters-workloads.md#deployments-and-yaml-manifests
316315
[kubernetes-service]: ../concepts-network.md#services
317316
[ssh-keys]: ../../virtual-machines/linux/create-ssh-keys-detailed.md

articles/aks/learn/quick-kubernetes-deploy-rm-template.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,6 @@ To learn more about AKS, and walk through a complete code to deployment example,
369369
[install-azure-powershell]: /powershell/azure/install-az-ps
370370
[connect-azaccount]: /powershell/module/az.accounts/Connect-AzAccount
371371
[sp-delete]: ../kubernetes-service-principal.md#additional-considerations
372-
[azure-portal]: https://portal.azure.com
373372
[kubernetes-deployment]: ../concepts-clusters-workloads.md#deployments-and-yaml-manifests
374373
[kubernetes-service]: ../concepts-network.md#services
375374
[ssh-keys]: ../../virtual-machines/linux/create-ssh-keys-detailed.md

articles/aks/learn/quick-windows-container-deploy-cli.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,6 @@ To learn more about AKS, and walk through a complete code to deployment example,
406406
[az-provider-register]: /cli/azure/provider#az_provider_register
407407
[azure-cli-install]: /cli/azure/install-azure-cli
408408
[sp-delete]: ../kubernetes-service-principal.md#additional-considerations
409-
[azure-portal]: https://portal.azure.com
410409
[kubernetes-deployment]: ../concepts-clusters-workloads.md#deployments-and-yaml-manifests
411410
[kubernetes-service]: ../concepts-network.md#services
412411
[restricted-vm-sizes]: ../quotas-skus-regions.md#restricted-vm-sizes

articles/aks/operator-best-practices-run-at-scale.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ If your AKS clusters satisfy any of the following criteria, we recommend using t
1515
* Clusters running more than 10 nodes on average
1616
* Clusters that need to scale beyond 1000 nodes
1717

18-
To scale AKS clusters beyond 1000 nodes, you need to request a node limit quota increase by raising a support ticket in the [Azure portal][Azure portal] up to a maximum of 5000 nodes per cluster. Increasing the node limit doesn't increase other AKS service quota limits, like the number of pods per node. For more information, see [Limits, quotas, and restrictions for AKS resources][quotas-skus-regions].
18+
To scale AKS clusters beyond 1000 nodes, you need to request a node limit quota increase by [raising a support ticket in the Azure portal][support-ticket] up to a maximum of 5000 nodes per cluster. Increasing the node limit doesn't increase other AKS service quota limits, like the number of pods per node. For more information, see [Limits, quotas, and restrictions for AKS resources][quotas-skus-regions].
1919

2020
To increase the node limit beyond 1000, you must have the following pre-requisites:
2121

@@ -56,7 +56,7 @@ To increase the node limit beyond 1000, you must have the following pre-requisit
5656
[Managed NAT Gateway - Azure Kubernetes Service]: nat-gateway.md
5757
[Configure Azure CNI networking for dynamic allocation of IPs and enhanced subnet support in Azure Kubernetes Service (AKS)]: configure-azure-cni-dynamic-ip-allocation.md
5858
[max surge]: upgrade-cluster.md?tabs=azure-cli#customize-node-surge-upgrade
59-
[Azure portal]: https://portal.azure.com/#create/Microsoft.Support/Parameters/%7B%0D%0A%09%22subId%22%3A+%22%22%2C%0D%0A%09%22pesId%22%3A+%225a3a423f-8667-9095-1770-0a554a934512%22%2C%0D%0A%09%22supportTopicId%22%3A+%2280ea0df7-5108-8e37-2b0e-9737517f0b96%22%2C%0D%0A%09%22contextInfo%22%3A+%22AksLabelDeprecationMarch22%22%2C%0D%0A%09%22caller%22%3A+%22Microsoft_Azure_ContainerService+%2B+AksLabelDeprecationMarch22%22%2C%0D%0A%09%22severity%22%3A+%223%22%0D%0A%7D
59+
[support-ticket]: https://portal.azure.com/#create/Microsoft.Support/Parameters/%7B%0D%0A%09%22subId%22%3A+%22%22%2C%0D%0A%09%22pesId%22%3A+%225a3a423f-8667-9095-1770-0a554a934512%22%2C%0D%0A%09%22supportTopicId%22%3A+%2280ea0df7-5108-8e37-2b0e-9737517f0b96%22%2C%0D%0A%09%22contextInfo%22%3A+%22AksLabelDeprecationMarch22%22%2C%0D%0A%09%22caller%22%3A+%22Microsoft_Azure_ContainerService+%2B+AksLabelDeprecationMarch22%22%2C%0D%0A%09%22severity%22%3A+%223%22%0D%0A%7D
6060
[standard-tier]: free-standard-pricing-tiers.md
6161
[throttling-policies]: https://azure.microsoft.com/blog/api-management-advanced-caching-and-throttling-policies/
6262

0 commit comments

Comments
 (0)