Skip to content

Commit acb2f8e

Browse files
committed
improved readme
1 parent 9aad3ac commit acb2f8e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,12 +120,9 @@ Debugging from Visual Studio Code is fully supported, thanks to the [Visual Stud
120120

121121
## Deploy to Azure
122122

123-
Now that your REST API solution is ready, it's time to deploy it on Azure so that anyone can take advantage of it. A script `azure-deploy.sh` that uses AZ CLI (so it needs to be executed from a Linux shell. If you don't have one on your machine you can use [Azure Cloud Shell](https://azure.microsoft.com/en-us/features/cloud-shell)) is available within the repo
123+
Now that your REST API solution is ready, it's time to deploy it on Azure so that anyone can take advantage of it. A script `azure-deploy.sh` that uses AZ CLI (so it needs to be executed from a Linux shell. If you don't have one on your machine you can use [Azure Cloud Shell](https://azure.microsoft.com/en-us/features/cloud-shell)) is available within the repo. Just make sure you fill the needed settings into the `local.settings.json` as mentioned before as the script will read the values from there.
124124

125125
```bash
126-
export db_server="myserver.database.windows.net"
127-
export db_database="mydatabase"
128-
129126
./azure-deploy.sh
130127
```
131128

0 commit comments

Comments
 (0)