question

Ankit01232-8615 avatar image
0 Votes"
Ankit01232-8615 asked Ankit01232-8615 commented

Not able to access Kudu after setting WEBSITE_DISABLE_SCM_SEPARATION=true

I was facing issue with temporary storage for my site and to debug it I want to access temporary storage directory for my site (not for kudu service). After some resaerch I came to know about WEBSITE_DISABLE_SCM_SEPARATION setting, but after i configure this setting I am not able to access kudu console. It's give error in authorization:
AADSTS50011: The reply URL specified in the request does not match the reply URLs configured for the application:

I have tried login with publisher profile as well, via basic authentication.

azure-webapps
· 6
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

@Sumarigo-MSFT , I was having issue with temporary storage of my Azure App service. And since site and scm don't share temp directory by default. So I set the WEBSITE_DISABLE_SCM_SEPARATION setting to true, so that I can access the site temp storage using kudu console. But after setting this flag When I am trying to open kudu console from Azure Portal. it's giving me this error :
113335-azureerror.jpg


0 Votes 0 ·
azureerror.jpg (82.5 KiB)

Thanks for reply! Could you please confirm if Azure app service is Windows or Linux?

0 Votes 0 ·
Show more comments

0 Answers