Content
Do all requests to Azure App Configuration subtract count towards the quota or only those requests that result in your app's configuration being updated ?
The Azure App Configuration FAQ implies only requests that result in configuration values being updated in running apps count toward the request quota.…


How to read app config values from Java SpringBoot app
Hello All, I have a Springboot app that is trying to connect and read values from an app config resource. Some keys in the Azure app config are in this…


App Service Plan Storage
Hello, On app service plan - File System Storage what mean of 'Usage (this ASP)' and 'Usage (other ASP's)?


App Registration vs Enterprise Applications
Hi All What is the major differences between Azure App Registration and Enterprise Applications. what i see is that with enterprise application we can integrate with other companies.


App Configuration Azure Syncing multiple properties files from Git repo
Dear people, Thank you for answering my previous questions. This forum is very helpful. I have a properties repo where I store multiple property files(Shared & tenant specific) for QA, dev ,prod & sync them to Azure App configuration using git…


How to use Service Principal/Managed Identities to access Azure App Configuration from .NET Framework Application?
I need to disable Local Authentication Methods (Access Keys) for Azure App Configuration Stores. Currently for an ASP.NET Framework application, I am using the following for accessing the App Configuration Store from my…


Web service (.asmx) migration to Visual Studio
Hi Team, I have a requirement where I need to check the compatibility of a web service(.asmx) in ASP.Net to see how compatible it is to be migrated to Azure App service. How can I perform this compatibility check using Visual Studio. Is there a project…


Azure App Service Application Settings being overriden
I am trying to load my appsettings.test.json file on a test API and I am having problems reading environment variables. Works fine locally but when I push it to the Azure App Service I keep getting pointed to my dev appsettings.json file. I will…


EnvironmentCredential authentication unavailable. Environment variables are not fully configured.
I am able to run the project locally in windows but when I tried the same project in MAC visual studio 2022 I am getting an error like "EnvironmentCredential authentication unavailable. Environment variables are not fully configured. …


Azure Active Directory Verify custom domain issue
Hi, My ADD app is showing 'unverified'. I am trying to verify the domain for that app from 'branding and properties->publisher domain- verify new domain' I am trying to add the domain but getting an error -> 'the JSON file located at the server has…


IoT Device App Simulation In Batch
I want to deploy an IoT device app (. Net SDK ) as a console app or as background service in a batch using Azure Batch, App service, microservice, or any other method. It seems possible, as explained in the archived github projects. …


Single Domain Name for Multiple App Services
Hi, We are in the process of moving multiple tomcat webapps to Azure App Services. Each webapp is currently in its own Linux App Service, all in the same App Service Plan. There is a requirement for these applications to share a cookie which is only…


Azure App Service WordPress URL Rewrite
Hello, I could use some help with an Azure Web App which runs a WordPress website. The problem I am facing is that the permalink structure in WordPress cannot be altered without running into 404 errors. The current permalink structure is: …


Get "notes" field from an Enterprise Application on AzureAD with Powershell
Hi all, I would like to know if there is some way to retrieve the Notes field with some cmdlet. I've tried the Get-AzureADServicePrincipal, Get-AzADApplication and Get-AzureADApplication but none of this have that information. Also with…


No Metrics in Application Insights
I have a web app hosted in Azure. I created function apps and app service with application insights enabled on each resource. As you can see from the screenshot of my app service, there is a metric data: But when I checked its application…


Impact of Disabling Weak Ciphers on App Service Environment
In the following article there are steps mentioned on how to disable or set your own cipher suite order for your App Service Environment. …


App-Service configuration - I don't have the same fields
Hello, i have get this notice : Community support for PHP 7.4 is ending on 28 November 2022 I have this link for help: https://github.com/Azure/app-service-linux-docs/blob/master/Runtime_Support/php_support.md But in my interface, i don't have…


Cant view configurations of my App Services, spite of being server administrator
Hi, Im server administrator in my tenet and still cant view my configurations. What gives? ]1]1


Cannot reach apps inside a App Service Environment
I am currently working on an internal application deployment, we don't want to have public internet access and we are managing all inside a Virtual Network. Inside the Virtual network we got a subnet for the ASE. We deployed an Internal App…
Azure Feature Manager - http request cache time
Hello community! For some time now I want to use the Feature Manager in the azure portal. The plan is to use the feature flag service in the front- and backend. This is working quite well now, but when I change the value from true to false or vice…