Skip to content

Commit 681f806

Browse files
author
Cephas Lin
committed
remove postman
1 parent b49fe58 commit 681f806

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

articles/app-service/includes/quickstart-python/deploy-zip-file.md

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -50,33 +50,14 @@ zip -r <file-name>.zip . -x '.??*'
5050

5151
### Upload the ZIP file to Azure
5252

53-
Once you have a ZIP file, the file can be uploaded to Azure using either Azure CLI or an HTTP client like Postman or cURL.
53+
Once you have a ZIP file, the file can be uploaded to Azure using either Azure CLI or an HTTP client like cURL.
5454

5555
#### [Azure CLI](#tab/deploy-instructions-zip-azcli)
5656

5757
The [az webapp deploy](/cli/azure/webapp#az-webapp-deploy) command can be used to upload and deploy a zip file to Azure.
5858

5959
[!INCLUDE [Azure CLI deploy commands](./deploy-zip-cli-commands.md)]
6060

61-
#### [Postman](#tab/deploy-instructions-zip-postman)
62-
63-
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-
8061
#### [cURL](#tab/deploy-instructions-zip-curl)
8162

8263
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

Comments
 (0)