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…
Azure App Service Environment Quota
When I try to deploy a function app (EP1), app service environment (I1v2), or app service plans in the portal, with the CLI or terraform, I get the error 'This region has a quota of 0 instances for your subscription. Try selecting different region or…
Azure App Configuration resource manager api is decoding characters in key and label before reaching the url end point.
App Config resource manager API to create or update Key Values is giving 404 error when the key has a forward slash in it.
Error when Fork this repository and define the Forked repository as the "External GIT" inside our Azure Web app "Deployment Center"
We have an Azure App Service >> and inside the "Deployment Center" >> "External GIT" >> i define this repo as the external GIT. and i did the deployment and it went successfully. Now I Forked this repo inside another…
Web App Angular 404 on refresh
Hi So ran into an issue, we currently have an angular website which is currently running as a standard web app on our azure portal. We currently are getting an issue on it when we refresh the a page that extends beyond the initial index page we get a 404…
Is it possible to turn Application Insights off from an external source?
Is it possible to to turn off application insights remotely? I am trying to find a way (if there is any) to toggle TelemetryConfiguration.Active.DisableTelemetry = false via remote, I've been told that having an endpoint is futile because we won't…
Issue with Acquiring Token for SharePoint using Azure App on Specific Tenant
I'm using an Azure app and this code to obtain a token for SharePoint, but I'm encountering an error when I run the following code: public async Task<string> GetS2SAccessToken(string authority, string resource, string clientId) { string…
How to connect to App Configuration from Azure Function with User Managed Identity
Hi, I have set up a user managed identity for several Azure Functions to access some resources, in particular App Configuration. However, I am getting access errors, while switch to System Managed Identity everything is working fine. Any changes I…
How to upgrade apps and services from TLS1.1 to TPS 1.2?
As an Azure subscription holder I received an email advising that I need to upgrade TLs1.1 to TLS1.2 for all dependent services before October 30 2024. I have absolutely no Idea of how I might achieve this? Online articles are complex and way beyond my…
How to fix Access to appconfig was denied. Please ensure the required role assignment is made for the identity running this task.
The client secret key of an app on azure portal expired and was renewed. The service connection from azure devops to the azure portal was also recreated. The creator of the service connection is having the owner role as well as the App Configuration Data…
Creating a stuff realtime delivery tracking system like food
Hello, Actually I am searching for the way to deploy the map on the web where client id, I mean user IP or location is taken and pin it up on the map and than search for the nearest office/hospital (office data like location in latitude and longitude I…
enable and configure App sync
How do I go about enabling app list backup for my users.
How to disable TLS 1.0 and 1.1 in SLES 15.4?
This is regarding alert I received: "Action recommended: Ensure your resources that interact with Azure services are using TLS 1.2 by 31 October 2024" Question: Do I need to disable TLS 1.0/1.1 at OS level on SLES 15.4 or not? Our…
Azure App Configuration - order of reading keys with different key-filters
Hi, We have Java Spring applications that are integrated with Azure App Configuration. In each application we have following setup of appconfiguration: spring: cloud: azure: appconfiguration: stores: -…
Azure App Configuration Free Tier Hourly Quota
Hi I'm using Azure App Configuration Free Tier and my requests are throttled long before I ever even approach 1000 requests per day. Can't figure out what is the reason for it? Also, I can't make any sense of the number of requests. This is my…
Microsoft Entra ID is redirecting user to wrong reply url localhost:8080
I've an Azure Web App, with the following Single Page Application Redirect…
Access SharePoint file from Azure Data Factory
I am new to this forum and I have posted the same question to a more general forum. My apologies. It seems this forum is more specific to Azure. I am trying to load a CSV file stored in SharePoint into an Azure SQL Server table. To do this I create Azure…
Azure App Configuration resource name is already in used
Hello everyone, Today we are expecting an issue regarding the resource name is already in used when is already deleted (for Azure App configuration resources), if we created an app config with the name i.e., "test-app-config" and we…
Update AddMicrosoftIdentityWebApp without restarting application
I have used AddMicrosoftIdentityWebApp in my program.cs class for Microsoft Authentication. builder.Services.AddAuthentication(opts => { opts.DefaultScheme = CookieAuthenticationDefaults.AuthenticationScheme; opts.DefaultChallengeScheme =…
What is the purpose of Azure stack settings .NET Version?
I'm setting up Azure Function app .net8 isolated and noticed that in Configuration -> General Settings -> Stack settings .NET Version is set to .NET Framework 4.8, however the function works fine. What does the .NET version imply in this context?…