Using Console
Using CLI
<subscription-id>
with the actual ID of your subscription.Step 3: Next, you need to set the configuration of your App Service to disable plain FTP deployment. To do this, use the following command:<app-name>
with the name of your App Service and <resource-group-name>
with the name of the resource group where your App Service is located.Step 4: Finally, verify that plain FTP deployment has been disabled by running the following command:Using Python
TENANT_ID
, CLIENT_ID
, CLIENT_SECRET
, SUBSCRIPTION_ID
, RESOURCE_GROUP_NAME
, and WEB_APP_NAME
variables with your own values.