Skip to content

Commit b794f4b

Browse files
authored
Merge pull request #245511 from alexbuckgit/alexbuckgit/docutune-autopr-20230719-175754-2881432
[BULK] DocuTune - Standardize formatting of Azure portal links (part 1)
2 parents a3f3691 + fa29af7 commit b794f4b

13 files changed

+7
-17
lines changed

articles/container-apps/authentication-openid.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,6 @@ Use the following guides for details on working with authenticated users.
6868

6969
> [!div class="nextstepaction"]
7070
> [Authentication and authorization overview](authentication.md)
71+
72+
<!-- URLs. -->
73+
[Azure portal]: https://portal.azure.com/

articles/container-instances/container-instances-environment-variables.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,4 +262,3 @@ Task-based scenarios, such as batch processing a large dataset with several cont
262262
[azure-instance-log]: /powershell/module/az.containerinstance/get-azcontainerinstancelog
263263
[azure-powershell-install]: /powershell/azure/install-Az-ps
264264
[new-Azcontainergroup]: /powershell/module/az.containerinstance/new-azcontainergroup
265-
[portal]: https://portal.azure.com

articles/container-instances/container-instances-start-command.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,4 +118,3 @@ Task-based scenarios, such as batch processing a large dataset with several cont
118118
[az-container-logs]: /cli/azure/container#az_container_logs
119119
[az-container-show]: /cli/azure/container#az_container_show
120120
[new-azurermcontainergroup]: /powershell/module/azurerm.containerinstance/new-azurermcontainergroup
121-
[portal]: https://portal.azure.com

articles/container-instances/container-instances-volume-azure-files.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ az container show --resource-group $ACI_PERS_RESOURCE_GROUP \
9898
--name hellofiles --query ipAddress.fqdn --output tsv
9999
```
100100

101-
After saving text using the app, you can use the [Azure portal][portal] or a tool like the [Microsoft Azure Storage Explorer][storage-explorer] to retrieve and inspect the file or files written to the file share.
101+
After saving text using the app, you can use the [Azure portal](https://portal.azure.com) or a tool like the [Microsoft Azure Storage Explorer][storage-explorer] to retrieve and inspect the file or files written to the file share.
102102

103103
## Deploy container and mount volume - YAML
104104

@@ -285,7 +285,6 @@ Learn how to mount other volume types in Azure Container Instances:
285285

286286
<!-- LINKS - External -->
287287
[aci-hellofiles]: https://hub.docker.com/_/microsoft-azuredocs-aci-hellofiles
288-
[portal]: https://portal.azure.com
289288
[storage-explorer]: https://storageexplorer.com
290289

291290
<!-- LINKS - Internal -->

articles/container-registry/container-registry-access-selected-networks.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ To allow the AKS cluster to access the registry, you have these options:
140140
[az-acr-update]: /cli/azure/acr#az_acr_update
141141
[quickstart-portal]: container-registry-get-started-portal.md
142142
[quickstart-cli]: container-registry-get-started-azure-cli.md
143-
[azure-portal]: https://portal.azure.com
144143

145144
[acr-access-selected-networks]: ./media/container-registry-access-selected-networks/acr-access-selected-networks.png
146145
[acr-access-disabled]: ./media/container-registry-access-selected-networks/acr-access-disabled.png

articles/container-registry/container-registry-best-practices.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,5 @@ For recommendations to improve the security posture of your container registries
117117
[az-acr-repository-delete]: /cli/azure/acr/repository#az_acr_repository_delete
118118
[az-acr-show-usage]: /cli/azure/acr#az_acr_show_usage
119119
[azure-cli]: /cli/azure
120-
[azure-portal]: https://portal.azure.com
121120
[container-registry-geo-replication]: container-registry-geo-replication.md
122121
[container-registry-skus]: container-registry-skus.md

articles/container-registry/container-registry-delete.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,6 @@ For more information about image storage in Azure Container Registry, see [Conta
228228

229229
<!-- LINKS - External -->
230230
[docker-manifest-inspect]: https://docs.docker.com/edge/engine/reference/commandline/manifest/#manifest-inspect
231-
[portal]: https://portal.azure.com
232231

233232
<!-- LINKS - Internal -->
234233
[az-acr-repository-delete]: /cli/azure/acr/repository#az_acr_repository_delete

articles/container-registry/container-registry-private-link.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,5 +527,4 @@ Requests to token server over private endpoint connection doesn't require the da
527527
[az-network-nic-show]: /cli/azure/network/nic#az_network_nic_show
528528
[quickstart-portal]: container-registry-get-started-portal.md
529529
[quickstart-cli]: container-registry-get-started-azure-cli.md
530-
[azure-portal]: https://portal.azure.com
531530
[outbound-connection]: /azure/firewall/rule-processing#outbound-connectivity

articles/container-registry/container-registry-repositories.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ docker push myregistry.azurecr.io/samples/nginx
3131

3232
To view a repository:
3333

34-
1. Sign in to the [Azure portal][portal]
34+
1. Sign in to the [Azure portal](https://portal.azure.com)
3535
1. Select the **Azure Container Registry** to which you pushed the Nginx image
3636
1. Select **Repositories** to see a list of the repositories that contain the images in the registry
3737
1. Select a repository to see the image tags within that repository
@@ -47,4 +47,3 @@ Now that you know the basics of viewing and working with repositories in the por
4747
<!-- LINKS - External -->
4848
[docker-install]: https://docs.docker.com/engine/installation/
4949
[docker-push]: https://docs.docker.com/engine/reference/commandline/push/
50-
[portal]: https://portal.azure.com

articles/container-registry/container-registry-storage.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ For more information about Basic, Standard, and Premium container registries, se
4747
<!-- IMAGES -->
4848

4949
<!-- LINKS - External -->
50-
[portal]: https://portal.azure.com
5150
[pricing]: https://aka.ms/acr/pricing
5251

5352
<!-- LINKS - Internal -->

0 commit comments

Comments
 (0)