How to view deployed web app files
I have deployed my FastAPI on an Azure Web App, and the web app is working fine. How can I view or access the deployed codebase files in the web app?
Azure MI Linked Server
Hi Team, I want to create linked server in Azure Managed Instance using Microsoft OLEDB driver, but I am unable to do the same so can you please help me with that if there is any way where we can do that. Or is there any other solution to connect Azure…
could not create new app service
I could not create new app service with p1v3 on linux it says The subscription is not allowed to create or update the serverfarm. I contacted support about that a couple of times but didn't hear anything for a long time. Can someone please help me? I…
Can we save cost if we stop the services from App Service Plan
Hi, We are currently using App service Plan with Pricing Tier - Premium V2 (P1v2: 2). I am stopping some services from App Service Plan to practically check if Stopping the services can actually save the cost. In Pricing calculator it is showing like 1…
Linux Azure App Service ARM Template with ZipDeploy Fails Due To Container Restart
I have an ARM template to deploy an Azure App Service on Linux/Node 20. I am using ZipDeploy configured within the ARM template to deploy the application code as shown below. The deployment successfully triggers, however, the container restarts while…
Trigger Azure DevOps Pipeline from a specific path
I'm trying to deploy an webapp to azure app service using azure devops pipelines, I need it to auto trigger pipeline whenever a files changes in m folder. But my pipeline doesn't auto triggers .... As I have a folder named calculator App - Python/ that…
Issue when create App service plan using power shell CLI
Hi , I am facing issue in Creating Azure App service plan using power shell command in both Portal and Powershell App Error :New-AzAppServicePlan: Operation returned an invalid status code 'Unauthorized' Power Shell Command :New-AzAppServicePlan…
Uploads folder in wwwroot doesn't have access to delete a file by the app
Hi, I have an Uploads folder in an App Service and uploading is successful. However, when the app tries to delete the uploaded files, it encounters the error: **System.IO.IOException: Invalid access to memory location. :…
Set-PnPSiteVersionPolicy for thousands of sites in SharePoint Online - Cannot call this API with an app-only principal
We have 5000+ SharePoint Online sites in our tenant where i have to change the Site Version setting to automatic for all existing document libraries. I am using the below to connect using an Azure App and i get the error "Cannot call this API with…
Read AppServiceConsoleLogs and push to Blob Storage container/table
Hello Team, we have a webapp python Django based. We are generating custom logs for user actions using code below. Settings.py: LOGGING = { "version": 1, "disable_existing_loggers": False, "formatters": { …
Azure web app is using an outbound IP that is not listed.
Hi, Our Azure Web App has changed outgoing IP to one that is not listed in either Outbound IP addresses or Additional Outbound IP addresses. We have checked both the portal and using the command; az webapp show --resource-group <group_name> --name…
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…
Set-PnPSiteVersionPolicy for thousands of sites in SharePoint Online - Cannot call this API with an app-only principal
We have 5000+ SharePoint Online sites in our tenant where i have to change the Site Version setting to automatic for all existing document libraries. I am using the below to connect using an Azure App and i get the error "Cannot call this API with…
How to develop an MS teams bot with oauth app using graph api
I have setup a small App Registration to work with the Graph API along side MS Teams. It uses the oauth flow to receive an access code, which I then can exchange for a token. I am successfully able to exchange the token for a "bot" token but…
Is Azure out of capacity for app service plans across multiple regions?
Over the past five years, we've been able to scale an app service plan up and down based on usage. About a month ago, we received the error "This region has a quota of 0 instances for your subscription" when trying to scale the app service plan…
Wildcard SSL not working after uploaded .pfx file to Azure Portal
We have encountered the above error after uploading the Wildcard SSL using .pfx file. Anyone know how to generate the .pfx or what is the requirement need to generate the .pfx file?
Help with web application
I am doing the Microsoft Azure Security Engineer Associate (AZ-500) from Coursera and I ran in to a issue. I'm doing a lab name Create server-side web apps that sign in users and call APIs, I am at task #3 **(**Task 3: Extract and setup the web…
Connect to Fabric SQL Endpoint from Azure APP Service WebJob in C#
How can we connect to a Fabric SQL endpoint using a C# console app published as a webjob? We are using ADO.NET to access SQL endpoints, but we get the following error: "A server name like tcp:xxxxxxxxxxxxxxx.datawarehouse.fabric.microsoft.com,1433…
Could not establish trust relationship for the SSL/TLS secure channel with authority 'webservicename.hostname.int:9443'.
We have an azure web app, where we have hosted the web API(OS:Linux). One of the api is trying to access the web service. Given below deatils: Web service - "webservicename.hostname.int:9443" Hosted - On-prem windows server IIS VNet -…
Azure App Service Load Balancing "SiteLoadBalancing.LeastRequests" is "Least Active Requests"?
The Azure App Service load balancing setting "SiteLoadBalancing.LeastRequests" is the "Least Active Requests" algorithm, right? …