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
{{ message }}
This repository has been archived by the owner on May 5, 2023. It is now read-only.
Azure.createASMWebSiteExtensionsClient(siteName, token).baseUri gives a URL of the format https://siteName.scm.azurewebsites.net:443, but for a Python Function, no such host exists, and therefore it is not possible to fetch a Function config.
Azure.createASMWebSiteExtensionsClient(siteName, token).baseUri
gives a URL of the formathttps://siteName.scm.azurewebsites.net:443
, but for a Python Function, no such host exists, and therefore it is not possible to fetch a Function config.Example code
Error thrown
Host unresolvable
Root cause
There is no SCM website for a Linux app (Python)
Steps to reproduce
Using VS Code Azure Functions extension, create a new Python Function Project
Deploy the function
Try to fetch function config
The text was updated successfully, but these errors were encountered: