Content
How can I configure Key Vault with Wildcard certificate to auto renew API Management service certificate?
How can I configure the Azure Key Vault with the Azure App Service Wildcard certificate to auto-renew the API Management service certificate? The goal here is to automate the custom domain API.company.com SSL certificate renewal, rather than using the…


help with Exam registration and Scheduling
Im having trouble with getting verified for exam discounts and exam scheduling and registration. It keeps saying i should try later and my verification cant be processed. Ive tried various ways but it keeps saying the same thing.
Limit application permissions to a tenant subset of rooms
Our platform offers an integration to synchronize outlook rooms meetings from a 365 tenant. We allow our customers to map rooms from their tenant with our platform's rooms through an entra application, which requires admin consent permissions such as…
What is the best way to set up a Production and Test environment with a Web App and a B2C configuration?
Hello, We have a Production App hosted on Azure and we have a B2C configuration using SAML type services. This feeds out to several different 3rd party APIs and SAML endpoints. The production environment has the Azure B2C environment in one…

Does Azure App Services using ASP.NETV4.8 as .NET version need to be upgraded to .NET 8(LTS) ?
https://azure.microsoft.com/en-us/updates/dotnet6support/ https://azure.microsoft.com/en-us/updates/dotnet7support/ As we go through these links mentioning the extended support for .NET 6(LTS) and .NET 7(STS) and to upgrade to .NET 8(LTS), My question…
Authorization code is not generating after deploying on AppService
We have a asp.net mvc web application that uses OpenIdConnect Authorization code flow for authentication and authorization. The application is deployed in App Service. The code is working fine when debugging on Local. But authorization code is not…
azurewebsites.net domain indexed in google
Hi, We hosted Wordpress website via Azure with our own custom domain. However, when we tried to google search the website, it is shown as "**.azurewebsites.net" instead as ".customdomain". Please kindly guide / advise us on how to…
Enabling SSE in Linux Azure App Service
Hi, I am trying to get Server Sent Events to work on my Linux Azure App Service but I cannot figure out how, I followed a lot of tutorials but they are all doing stuff on the programming side while I thing some server configuration needs to change. The…
Microsoft Azure released a new update for Front Door and CDN. I use CDN integration with a storage account for my app users to retrieve content in the browser. If there are any issues on my app side fetching your update, please check
Microsoft Azure released a new update for Front Door and CDN. I use CDN integration with a storage account for my app users to retrieve content in the browser. If there are any issues on my app side fetching your update, please check
Hybrid Connections Support for Windows Containers plan
When i create a app service using Windows container plan, i do not see the option Hybrid Connections under network to establish connection to my On prem recourses from App service. When app service is created based on app service plan, i could see the…

Does Azure compile ASP.NET Core apps in RELEASE mode?
Hi all; When I publish my Blazor (server side) app to an Azure App Service, either through Visual Studio or a GitHub action, does Azure then compile it in DEBUG or RELEASE mode (i.e. which of those is defined)? thanks - dave


Azure .net 7 WebJob error No framework found
I just upgraded my webjob from .net 4.6.2 to .net 7 and fixed all the issues locally. When I deploy to the app service, I am getting the following error. I have tried to add the suggested nuget package but I get an error when I do. My app service does…
WordPress App how to restrict access to specific pages on the site
Hello all, I have a WordPress App hosted on Azure and I am struggling with how I can secure specific pages from public access. For example: [www.mysite.com/wp-admin] [www.mysite.com/info.php] I'd like it so that only specific IP addresses or…
Intermittent OriginError from Front Door CDN misses
We are having issues with Azure Front Doors CDN on one of our routes. The route is pointing towards a App service that's running a node with a Next.JS v13 application. The caching of SSR pages works fine most of the time but periodically the CDN misses…
How to put stress on the memory of an Azure App Service during a load test.
Background: A warning rule is set for an Azure App Service. Warning Rule: Sends an email if the memory usage exceeds an average of 90% within 15 minutes. Objective: Confirm whether the warning rule works correctly: Verify if an alert email is…
How do I fix a AADSTS90014 error code??
I randomly got this error code and I have no idea about what azure accounts are or how this applies, as this is a school account of mine.

When will .NET Core 8 web apps run on Azure?
I'm testing out .NET Core 8 and trying to deploy to Azure. I created a new Blazor web app in Visual Studio. I go to publish the app, creating a new Azure Web App. Once published, I see "HTTP Error 500.31 - ANCM Failed to Find Native…


What permission is needed exactly to allow an App Service to import a Certificate from Key Vault?
I have a Bicep template where I create an App Service in which I need to link a SSL certificate that exists in Key Vault (both in same resource group). The Key Vault has Azure RBAC enabled. I use the following to Bicep template to link the SSL…
Azure Web App console no longer functional
We used to be able to go into the console of our azure web app and issue commands like dir etc. but any and all commands now result in a spinning throbber and a generic "failed to execute the command". Web searches seemed to imply this could…

Azure App Service logs settings not saving
I am trying to make sure that the application logs for my web app has 7 retention days, by configuring the "App Service Logs" in the portal: However, I've noticed that my logs are still cleared each day, being unable to access them from both…