Skip to content

Commit bd34636

Browse files
committed
Updated image file names and alt text for SEO improvement
1 parent 9bdb8a2 commit bd34636

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

articles/aks/kubernetes-walkthrough-portal.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: container-service
88
ms.topic: quickstart
99
ms.date: 5/31/2019
1010
ms.author: mlearned
11-
ms.custom: mvc
11+
ms.custom: mvc, seo-javascript-october2019
1212

1313
#Customer intent: As a developer or cluster operator, I want to quickly create an AKS cluster and deploy an application so that I can see how to run and monitor applications using the managed Kubernetes service in Azure.
1414
---
@@ -17,7 +17,7 @@ ms.custom: mvc
1717

1818
Azure Kubernetes Service (AKS) is a managed Kubernetes service that lets you quickly deploy and manage clusters. In this quickstart, you deploy an AKS cluster using the Azure portal. A multi-container application that includes a web front end and a Redis instance is run in the cluster. You then see how to monitor the health of the cluster and pods that run your application.
1919

20-
![Image of browsing to Azure Vote sample application](media/container-service-kubernetes-walkthrough/azure-vote.png)
20+
![Image of browsing to Azure Vote sample application](media/container-service-kubernetes-walkthrough/azure-voting-application.png)
2121

2222
This quickstart assumes a basic understanding of Kubernetes concepts. For more information, see [Kubernetes core concepts for Azure Kubernetes Service (AKS)][kubernetes-concepts].
2323

@@ -217,7 +217,7 @@ azure-vote-front LoadBalancer 10.0.37.27 52.179.23.131 80:30572/TCP 2m
217217

218218
To see the Azure Vote app in action, open a web browser to the external IP address of your service.
219219

220-
![Image of browsing to Azure Vote sample application](media/container-service-kubernetes-walkthrough/azure-vote.png)
220+
![Image of browsing to Azure Vote sample application](media/container-service-kubernetes-walkthrough/azure-voting-application.png)
221221

222222
## Monitor health and logs
223223

articles/aks/kubernetes-walkthrough-rm-template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.custom: mvc
1717

1818
Azure Kubernetes Service (AKS) is a managed Kubernetes service that lets you quickly deploy and manage clusters. In this quickstart, you deploy an AKS cluster using an Azure Resource Manager template. A multi-container application that includes a web front end and a Redis instance is run in the cluster.
1919

20-
![Image of browsing to Azure Vote](media/container-service-kubernetes-walkthrough/azure-vote.png)
20+
![Image of browsing to Azure Vote](media/container-service-kubernetes-walkthrough/azure-voting-application.png)
2121

2222
This quickstart assumes a basic understanding of Kubernetes concepts. For more information, see [Kubernetes core concepts for Azure Kubernetes Service (AKS)][kubernetes-concepts].
2323

@@ -257,7 +257,7 @@ azure-vote-front LoadBalancer 10.0.37.27 52.179.23.131 80:30572/TCP 2m
257257

258258
To see the Azure Vote app in action, open a web browser to the external IP address of your service.
259259

260-
![Image of browsing to Azure Vote](media/container-service-kubernetes-walkthrough/azure-vote.png)
260+
![Image of browsing to Azure Vote](media/container-service-kubernetes-walkthrough/azure-voting-application.png)
261261

262262
## Delete cluster
263263

articles/aks/load-balancer-standard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ azure-vote-front LoadBalancer 10.0.227.198 52.179.23.131 80:31201/TCP
254254

255255
Navigate to the public IP in a browser and verify you see the sample application. In the above example, the public IP is `52.179.23.131`.
256256

257-
![Image of browsing to Azure Vote](media/container-service-kubernetes-walkthrough/azure-vote.png)
257+
![Image of browsing to Azure Vote](media/container-service-kubernetes-walkthrough/azure-voting-application.png)
258258

259259
> [!NOTE]
260260
> You can also configure the load balancer to be internal and not expose a public IP. To configure the load balancer as internal, add `service.beta.kubernetes.io/azure-load-balancer-internal: "true"` as an annotation to the *LoadBalancer* service. You can see an example yaml manifest as well as more details about an internal load balancer [here][internal-lb-yaml].

0 commit comments

Comments
 (0)