Fixes adoc tags
This commit is contained in:
Родитель
4228e54328
Коммит
2d122a1859
|
@ -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.
|
||||
|
|
|
@ -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."
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче