From 2d122a18594e30496c95a946ff793684cccf49d3 Mon Sep 17 00:00:00 2001 From: Antonio Goncalves Date: Fri, 7 Oct 2022 10:01:25 +0200 Subject: [PATCH] Fixes adoc tags --- docs/src/docs/asciidoc/01-setup/setup.adoc | 2 +- scripts/infra/scale.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/docs/asciidoc/01-setup/setup.adoc b/docs/src/docs/asciidoc/01-setup/setup.adoc index 168c906..9e00171 100644 --- a/docs/src/docs/asciidoc/01-setup/setup.adoc +++ b/docs/src/docs/asciidoc/01-setup/setup.adoc @@ -114,7 +114,7 @@ You should see the following output: == Setting Up Azure -Ok, now that you have the project built, let's first setup Azure before starting coding our microservices. +Ok, now that you have the initial project built, let's first setup Azure before starting coding our microservices. To be able to deploy the application to Azure, you first need an Azure subscription. If you don't have one, go to https://azure.microsoft.com/free/[azure.microsoft.com/free] and register. diff --git a/scripts/infra/scale.sh b/scripts/infra/scale.sh index c6afa5d..15bc22f 100755 --- a/scripts/infra/scale.sh +++ b/scripts/infra/scale.sh @@ -44,7 +44,7 @@ if [ "$command" == "setup" ]; then --scale-rule-metadata type=Utilization value=10 \ --min-replicas 1 \ --max-replicas 10 -# tag::adocAutoScalingCpu[] +# end::adocAutoScalingCpu[] # tag::adocAutoScalingMemory[] az containerapp update \ @@ -55,7 +55,7 @@ if [ "$command" == "setup" ]; then --scale-rule-metadata type=Utilization value=15 \ --min-replicas 1 \ --max-replicas 10 -# tag::adocAutoScalingMemory[] +# end::adocAutoScalingMemory[] echo "Done."