Skip to content

Commit 0b63937

Browse files
authored
Merge pull request #26 from pamelafox/upgrade-v2
Update readme
2 parents 08d408a + 83cd1f1 commit 0b63937

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,25 +50,29 @@ which relies on the `azure.yaml` file and the configuration files in the `infra`
5050
5151
Steps for deployment:
5252
53-
1. Sign up for a [free Azure account](https://azure.microsoft.com/free/)
54-
2. Initialize a new `azd` environment:
53+
1. Sign up for a [free Azure account](https://azure.microsoft.com/free/) and create an Azure Subscription.
54+
3. Login to Azure:
5555
5656
```shell
57-
azd init
57+
azd auth login
5858
```
5959
60-
It will prompt you to provide a name (like "staticmaps-func") that will later be used in the name of the deployed resources.
61-
6260
3. Provision and deploy all the resources:
6361
6462
```shell
6563
azd up
6664
```
6765
68-
It will prompt you to login, pick a subscription, and provide a location (like "eastus"). Then it will provision the resources in your account and deploy the latest code.
66+
It will prompt you to provide an `azd` environment name (like "staticmaps"), select a subscription from your Azure account, and select a location (like "eastus"). Then it will provision the resources in your account and deploy the latest code.
6967
7068
4. Once it finishes deploying, navigate to the API endpoint URL from the output. Since the function is secured, you should see a 401 when navigating to the function endpoint. However, the CDN endpoint should successfully display the documentation.
7169
70+
5. When you've made any changes to the app code, you can just run:
71+
72+
```shell
73+
azd deploy
74+
```
75+
7276
### CI/CD pipeline
7377

7478
This project includes a Github workflow for deploying the resources to Azure

0 commit comments

Comments
 (0)