对于实验室 "Deploy Application to Azure Kubernetes Service" 为什么网站无法加载?

For the lab "Deploy Application to Azure Kubernetes Service" why does the site not load?

最近有没有人这样做过? https://microsoft.github.io/PartsUnlimited/iac/200.2x-IaCDeployApptoAKS.html

我严格按照它操作,网站无法加载

This site can’t be reached
<LoadBalancer External-IP> took too long to respond.
Try:

Checking the connection
Checking the proxy and the firewall

我注意到的差异

  "servicePrincipalProfile": {
    "clientId": "msi",
    "secret": null

并且他们的屏幕截图显示了 clientId

的 GUID

在我的环境中测试对我来说工作正常您需要将 azure-vote-front 的图像名称从 image: microsoft/azure-vote-front:v1 更改为 image: mcr.microsoft.com/azuredocs/azure-vote-front:v1

containers:
- name: azure-vote-front
  image: mcr.microsoft.com/azuredocs/azure-vote-front:v1

同样如此 Microsoft Document

输出---