Skip to content

Commit 5555b48

Browse files
committed
Clarified how to access and test the service on HTTP
1 parent d67c4a4 commit 5555b48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/tutorial-kubernetes-paas-services.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Kubernetes on Azure tutorial - Use PaaS services with an Azure Kubernetes Service (AKS) cluster
33
description: In this Azure Kubernetes Service (AKS) tutorial, you learn how to use the Azure Service Bus service with your AKS cluster.
44
ms.topic: tutorial
5-
ms.date: 10/23/2023
5+
ms.date: 06/10/2024
66
ms.custom: mvc, devx-track-azurecli, devx-track-azurepowershell
77
#Customer intent: As a developer, I want to learn how to use PaaS services with an Azure Kubernetes Service (AKS) cluster so that I can deploy and manage my applications.
88
---
@@ -289,7 +289,7 @@ In previous tutorials, you used a RabbitMQ container to store orders submitted b
289289
kubectl get service store-front
290290
```
291291
292-
2. Navigate to the external IP address of the `store-front` service in your browser.
292+
2. Navigate to the external IP address of the `store-front` service in your browser using `http://<external-ip>`.
293293
3. Place an order by choosing a product and selecting **Add to cart**.
294294
4. Select **Cart** to view your order, and then select **Checkout**.
295295

0 commit comments

Comments
 (0)