WindowsPCに、gitをインストールする
省略
Azure Portalを操作する
(1)Azure Portal で App Serivce を作成する (2) Azure Portal のデプロイセンターのメニューから認証情報を設定する (3) Windows PC の任意のフォルダに移動する (4)
git clone https://github.com/Azure-Samples/python-docs-hello-world
(5)
cd python-docs-hello-world/
(6)
git remote add azure https://uchida-app-002.scm.azurewebsites.net:443/uchida-app-002.git
(7) App Service のデプロイセンターに載っていたURLを指定する (8) 認証情報を入力する (9)
git push azure master
(10) 参考 URL:https://docs.microsoft.com/ja-jp/azure/app-service/containers/quickstart-python
以上です。