You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run the `terraform apply` command again and you'll see the Helm provider uses the configured authentication method to connect to the AKS Automatic cluster and deploy the AKS Store Demo application.
288
+
Run the following commands and you'll see the Helm provider uses the configured authentication method to connect to the AKS Automatic cluster and deploy the AKS Store Demo application.
289
+
290
+
```sh
291
+
terraform init -upgrade
292
+
terraform apply
293
+
```
289
294
290
295
If all goes well, you should see output indicating the release was deployed successfully 🚀
0 commit comments