From 654a87c2ee9da8627862d707fa4a57fb165e3881 Mon Sep 17 00:00:00 2001 From: Pamela Fox Date: Wed, 27 Sep 2023 16:15:54 +0000 Subject: [PATCH] Add to readme --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 552f974..6f6caa3 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,18 @@ Steps for deployment: 1. Sign up for a [free Azure account](https://azure.microsoft.com/free/) 2. Install the [Azure Dev CLI](https://learn.microsoft.com/azure/developer/azure-developer-cli/install-azd). (If you opened this repository in a devcontainer, that part will be done for you.) +3. Login to your Azure account: + + ```shell + azd auth login + ``` + +4. _(Optional)_ If you'd like to use the free SKU instead of the basic SKU, run: + + ```shell + azd env set USE_FREE_SKU true + ``` + 3. Provision and deploy all the resources: ```shell