Skip to content

Commit

Permalink
Merge pull request #11 from pamelafox/routes
Browse files Browse the repository at this point in the history
Add to readme
  • Loading branch information
pamelafox authored Sep 27, 2023
2 parents 9e8ab08 + 654a87c commit f2bb6e0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f2bb6e0

Please sign in to comment.