Skip to content

Commit

Permalink
improve docs
Browse files Browse the repository at this point in the history
  • Loading branch information
diegodocs committed Aug 14, 2024
1 parent 3742433 commit 751bbe3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/setup-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,5 +89,5 @@ kubectl get pod -l app=consumer1 -n tree
## 4. Clean-up

```powershell
helm uninstall app - tree
helm uninstall app -n tree
```
4 changes: 3 additions & 1 deletion docs/setup-infra.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ Create an AKS cluster:
```powershell
az aks create --resource-group $ResourceGroupName --name $AKSClusterName --node-count 3 --location $Location --node-vm-size Standard_D4ds_v5 --tier free --enable-pod-identity --network-plugin azure --generate-ssh-keys
```

- enabling [DAPR AKS Extension](https://learn.microsoft.com/pt-br/azure/aks/dapr?tabs=cli)
- enabling [KEDA AKS Addon](https://learn.microsoft.com/pt-br/azure/aks/keda-deploy-add-on-cli)
-
Create an Container Registry:

```powershell
Expand Down

0 comments on commit 751bbe3

Please sign in to comment.