diff --git a/docs/how-to/h-deploy-aws.md b/docs/how-to/h-deploy-aws.md index e9fae717..3fc7a810 100644 --- a/docs/how-to/h-deploy-aws.md +++ b/docs/how-to/h-deploy-aws.md @@ -7,7 +7,6 @@ * [Authenticate](#authenticate) * [Bootstrap Juju controller on AWS EC2](#bootstrap-juju-controller-on-aws-ec2) * [Deploy charms](#deploy-charms) -* [Expose database (optional)](#expose-database-optional) * [Clean up](#clean-up) --- diff --git a/docs/how-to/h-deploy-azure.md b/docs/how-to/h-deploy-azure.md index e54c5899..09597cda 100644 --- a/docs/how-to/h-deploy-azure.md +++ b/docs/how-to/h-deploy-azure.md @@ -221,7 +221,7 @@ Or also use it without specifying the `--name` argument to get the full list. Yo role assignment bound to `` registered using ```shell -az role assigment list --role +az role assignment list --role ``` If this is the case, you can remove the role assignment first and then the role itself with the following commands: