Skip to content

Commit fae196b

Browse files
authored
Merge pull request #253653 from greg-lindsay/appgw-upd
Fix missing icon issue
2 parents f3b6acb + 3849450 commit fae196b

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

articles/application-gateway/ingress-controller-install-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ installed in an environment with no pre-existing components.
2222

2323
We recommend the use of [Azure Cloud Shell](https://shell.azure.com/) for all command-line operations below. Launch your shell from shell.azure.com or by clicking the link:
2424

25-
[![Embed launch](https://shell.azure.com/images/launchcloudshell.png "Launch Azure Cloud Shell")](https://shell.azure.com)
25+
[![Embed launch](./media/launch-cloud-shell/launch-cloud-shell.png "Launch Azure Cloud Shell")](https://shell.azure.com)
2626

2727
Alternatively, launch Cloud Shell from Azure portal using the following icon:
2828

articles/application-gateway/ingress-controller-troubleshoot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.author: greglin
1515
[Azure Cloud Shell](https://shell.azure.com/) is the most convenient way to troubleshoot any problems with your AKS
1616
and AGIC installation. Launch your shell from [shell.azure.com](https://shell.azure.com/) or by selecting the link:
1717

18-
[![Embed launch](https://shell.azure.com/images/launchcloudshell.png "Launch Azure Cloud Shell")](https://shell.azure.com)
18+
[![Embed launch](./media/launch-cloud-shell/launch-cloud-shell.png "Launch Azure Cloud Shell")](https://shell.azure.com)
1919

2020
> [!TIP]
2121
> Also see [What is Application Gateway for Containers?](for-containers/overview.md) currently in public preview.
2.6 KB
Loading

articles/container-registry/container-registry-tasks-scheduled.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Scheduling a task is useful for scenarios like the following:
4141

4242
First, populate the following shell environment variable with a value appropriate for your environment. This step isn't strictly required, but makes executing the multiline Azure CLI commands in this tutorial a bit easier. If you don't populate the environment variable, you must manually replace each value wherever it appears in the example commands.
4343

44-
[![Embed launch](https://shell.azure.com/images/launchcloudshell.png "Launch Azure Cloud Shell")](https://shell.azure.com)
44+
[![Embed launch](./media/launch-cloud-shell/launch-cloud-shell.png "Launch Azure Cloud Shell")](https://shell.azure.com)
4545

4646
```console
4747
ACR_NAME=<registry-name> # The name of your Azure container registry
2.6 KB
Loading

0 commit comments

Comments
 (0)