зеркало из
1
0
Форкнуть 0
This commit is contained in:
Antonio Goncalves 2022-10-07 10:01:25 +02:00
Родитель 4228e54328
Коммит 2d122a1859
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -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."