From a27c689045493d7fb54a6e598fdbbc3a4c427f78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Tesa=C5=99?= <33880579+tesar-tech@users.noreply.github.com> Date: Thu, 7 Oct 2021 21:47:56 +0200 Subject: [PATCH] Add info about an error --- assets/create-secrets-for-GitHub-workflows.md | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/create-secrets-for-GitHub-workflows.md b/assets/create-secrets-for-GitHub-workflows.md index cccdbdbe..d4b74deb 100644 --- a/assets/create-secrets-for-GitHub-workflows.md +++ b/assets/create-secrets-for-GitHub-workflows.md @@ -70,3 +70,4 @@ Follow the steps to create the Azure credentials (Service Principal) : 1. Create a new secret in your GitHub repo using the copied contents of the publish profile. ![](images/get-publish-profile.png) +1. In case of `Failed to fetch credentials from Publish Profile` error, change `waws-prod.publish.azurewebsites.windows.net` to `your_app_name.scm.azurewebsites.net` as described in [this](https://stackoverflow.com/questions/64376240/github-action-for-azure-python-webapp-failed-to-fetch-credentials-from-publish) StackOverflow question.