Top "Azure-web-app-service" questions

Use this tag for questions relating to web applications residing on Azure.

Does Azure offer https for "cloudapp.net"?

One great advantage of using Azure Websites is that I can get secure HTTP (HTTPS) without doing nothing: I simply …

azure https azure-web-roles azure-web-app-service azure-vm-role
"Use a tenant-specific endpoint or configure the application to be multi-tenant" when signing into my Azure website

I'm getting this error after I sign into my Azure website: AADSTS50194: Application 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxxx' is not configured as a multi-tenant …

azure azure-active-directory azure-web-app-service
Azure WebJob timeout configuration settings

We have an Azure web site with a daily scheduled job. In our case, the scheduled job runs a stored …

asp.net azure azure-web-app-service azure-webjobs
How to create a csr file for azure web app

I need to create a csr file to give it to someone. The csr file is for a SSL certificate …

azure ssl csr azure-web-app-service
Couldn't find a project to run. Ensure a project exists in D:\home\site\wwwroot

I've been wrestling with this issue forever now. I'm trying to get my ASP.NET Core 2.1 app to run on …

azure asp.net-core azure-web-app-service kudu
ConvertFrom-Json : Invalid JSON primitive:

I was trying to run a script that fetches JSON file from CMS endpoint, pass it on the pipeline to …

json powershell azure azure-web-app-service azure-storage-blobs
Could not load file or assembly System.Data.SqlClient, Version=4.2.0.2 when I use System.Data.SqlClient Version 4.4.3

I use System.Data.SqlClient Version 4.4.3 for all .NET Standard 2.0 class libraries in my ASP.NET Core 2.0 project. Why do …

c# azure-devops azure-web-app-service asp.net-core-2.0 .net-standard-2.0
Can I point my domain name to an Azure web site?

In the current technical preview, Azure lets you create 10 ASP.NET websites. They are given domains such as http://yourappname.…

azure azure-web-app-service
Where is "download publish profile" in the new Azure Portal?

In the old Azure Portal, I used to download the publish profile (which included FTP username/password) for App Services …

azure azure-web-app-service
How to create Python secure websocket client request?

My Python secure websocket client code giving me exception as follows: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:748) …

python-3.x websocket openssl tornado azure-web-app-service