Failing to connect to SQL Database from Azure Web App.
I got an ASP.NET Core Web App with Angular and MS SQL. Locally, I run MS SQL via Docker, which works good. I can run migrations and seed data without problem. When I uploaded the web app to an Azure resource group, I created a web app, database server…
Use custom certificate with missing hostname on Web App - using IP based SSL
Hi, I am using a certificate without a hostname, which is an Application Gateway. I would like to use the certificate directly in Web App using "IP based SSL" binding. But I am not allowed to import the certificate (for use in IP based SSL) in…
Websockets working in Dev, but not in Staging or Prod
We use websockets in our application. Everything works well in our Develop environment, but the websocket keeps closing in Staging and Prod (all have the same code). Is there a configuration that could change or affect this?
Web app has AdminDisabled status
Hi. My Azure web app moses-course-testing-dqghhsbcgseccyfa.japaneast-01.azurewebsites.net has a status of "AdminDisabled" in the Portal and returns a 403 when I try to access it. My subscription is active (and has other functions running on…
Minimum elastic instance count Azure App Service
Currently, I am running a Dockerized Java Spring Boot application using Azure App Service. The App Service plan configuration is B1. When I display the App Service in JSON View, I notice a parameter called minimumElasticInstanceCount with a value of 0 in…
The portal is having issues getting an authentication token. The experience rendered may be degraded.
Experiencing authentication issues The portal is having issues getting an authentication token. The experience rendered may be degraded. Additional information from the call to get a token: Extension: Microsoft_ Azure_Support Resource: self Details: The…
Resolve issues with a disabled subscription
Resolve issues with a disabled subscription Your account or subscription is disabled for security reasons. We detected suspicious activity or terms of use violations and disabled your subscription to protect the owner of the payment instrument and…
I am trying a python webjob on my Azure App Service, but my zip file is not getting added and I receive a "Bad Request" error.
I am trying a python webjob on my Azure App Service, but my zip file is not getting added and I receive a "Bad Request" error.
Create on behalf of token using managed identity
Hello, I am trying to create an on behalf of token for one of the applications i am building. I have been following microsoft doc, and this is the code I see for creating confidential client applications. However, we do not use client secret for any of…
How to implement Azure App Proxy for external mobile access to an internal service?
About using Azure App Proxy to access internal servers without using a VPN I have an internal service that can be accessed from the outside via Microsoft entra id by specifying a URL. I want to use this on mobile as well, I have published a mobile…
Is it possible to point my azurewebsites.net URL to a Shopify site and URL that I own using a CNAME record?
I have a Shopify site that I am currently using. However, a large portion of my users have a firewall enabled that stops them from using my site unless it has an azurewebsites.net URL. Could I use an azure URL to redirect to my shopify site
Azure app service with custom Windows container default encoding is incorrect
I have a web app in azure app service using a custom Windows container. The base image for the docker image is : mcr.microsoft.com/dotnet/framework/aspnet:4.7.2 The default encoding in the running container is not what I want. When doing this…
How to fix "The requested domain already exists in Azure database."
I want to buy an app service domain I already had some years ago. I receive a conflict and the error message "The requested domain already exists in Azure database.", The domain itself is available. I had a different Azure account previously…
CORS Error in FastAPI Backend from React Frontend via APIM
Hi all, I have a setup with a React frontend App Service and a FastAPI backend App Service on Azure. My goal is to restrict access to the backend so that only the frontend App Service can reach it. However, I encountered a 403 IP forbidden error when…
DefaultAzureCredential() return failed to retrieve a token from the included credentials.
I am using Virtual Engineers workplace and using Visual studio IDE. When i try to call an azure service, it is failed to retrieve a token from this included credentials.
my webjob doesn't triggered anymore
My webjob doesn't triggered anymore, even if i repubish the webjob from VS. The setting.job is ok, the cron is valid but doesn't work, any idea please ? I have tried to trigger webjob2 manually, it works, have a look on the log in my screenshot. I have…
When making access policy for public cloud service principal, to whom the access is actually given?
On the documentation here we are required to give access for "abfa0a7c-a6b6-4736-8310-5855508787cd for public Azure cloud environment" to KeyVault in order for App Services be able to access keyvault certificates. If we give access to this…
How to add custom cuture on a Azure App Service
Our website is supported a custom language en-CN. It is worked on Premise after I applied register for en-CN It is required to add to the OS. I tried to find it like…
Why is "New Quota Request" grayed out?
Why is the "new quota request grayed out? It seems like it would be a rights issue, but it's gray even for the tenant owners.
Azure App + Sharepoint APIs : Error validating credentials due to invalid username or password. Trace ID: axxxxxx-db6a-46b8-be24-60837be19c00
Hi Team, My internal MS365 team has created a Azure app and we are using ROPC flow to authenticate service account ( which is already added in the AD). I trying to generate a Token to Authenticate Sharepoint Graph API. Below API end point -…