Skip to content

Commit 4d00afc

Browse files
committed
docs: update workshop
1 parent a0a984e commit 4d00afc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/workshop.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2314,7 +2314,7 @@ source .azure/.prod.env
23142314
open "https://$STATIC_WEB_APP_HOSTNAMES"
23152315
```
23162316

2317-
You should then see the website. Log in with your GitHub account, and you should be able to roll some dice! By default, containers are allowed to scale down to 0, so it might take a few seconds for the first request to be processed as the containers are started.
2317+
You should then see the website. Log in with your GitHub account, and you should be able to roll some dice!
23182318

23192319
![Screenshot showing the deployed website](./assets/app-deployed.png)
23202320

@@ -2579,7 +2579,7 @@ az containerapp logs show \
25792579

25802580
<div class="tip" data-title="tip">
25812581

2582-
> Don't forget that by default, container apps scale out to 0 instances when they're not used. If you get an error from the Azure CLI saying that it could not find any replica, try loading your website first to warm up the container app.
2582+
> By default, container apps scale out to 0 instances when they're not used. If you get an error from the Azure CLI saying that it could not find any replica, try loading your website first to warm up the container app.
25832583
25842584
</div>
25852585

0 commit comments

Comments
 (0)