You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To use [Postman](https://www.postman.com/downloads/) to upload your ZIP file to Azure, you will need the deployment username and password for your App Service. These credentials can be obtained from the Azure portal.
64
-
65
-
1. On the page for the web app, select **Deployment center** from the menu on the left side of the page.
66
-
1. Select the **FTPS credentials** tab.
67
-
1. The **Username** and **Password** are shown under the **Application scope** heading. For zip file deployments, only use the part of the username after the `\` character that starts with a `$`, for example `$msdocs-python-webapp-quickstart-123`. These credentials will be needed when uploading your zip file with Postman.
68
-
69
-
:::image type="content" source="../../media/quickstart-python/deploy-zip-azure-portal-get-username-600px.png" alt-text="A screenshot showing the location of the deployment credentials in the Azure portal." lightbox="../../media/quickstart-python/deploy-zip-azure-portal-get-username.png":::
70
-
71
-
In Postman, upload your file using the following steps.
72
-
73
-
| Instructions | Screenshot |
74
-
|:----------------|-----------:|
75
-
|[!INCLUDE [Postman upload step 1](./deploy-zip-postman-1.md)]| :::image type="content" source="../../media/quickstart-python/deploy-zip-postman-1-240px.png" alt-text="A screenshot showing how to create a new POST request in Postman." lightbox="../../media/quickstart-python/deploy-zip-postman-1.png"::: |
76
-
|[!INCLUDE [Postman upload step 2](./deploy-zip-postman-2.md)]| :::image type="content" source="../../media/quickstart-python/deploy-zip-postman-2-240px.png" alt-text="A screenshot showing how to configure basic authorization for a POST request in Postman." lightbox="../../media/quickstart-python/deploy-zip-postman-2.png"::: |
77
-
|[!INCLUDE [Postman upload step 3](./deploy-zip-postman-3.md)]| :::image type="content" source="../../media/quickstart-python/deploy-zip-postman-3-240px.png" alt-text="A screenshot showing how to select a file for a POST request in Postman." lightbox="../../media/quickstart-python/deploy-zip-postman-3.png"::: |
78
-
|[!INCLUDE [Postman upload step 4](./deploy-zip-postman-4.md)]| :::image type="content" source="../../media/quickstart-python/deploy-zip-postman-4-240px.png" alt-text="A screenshot showing how to send a POST request in Postman." lightbox="../../media/quickstart-python/deploy-zip-postman-4.png"::: |
79
-
80
61
#### [cURL](#tab/deploy-instructions-zip-curl)
81
62
82
63
To use cURL to upload your ZIP file to Azure, you will need the deployment username and password for your App Service. These credentials can be obtained from the Azure portal.
0 commit comments