Why I can't import libary azure.storage.blob
When I add the following line into my code of my function app, the whole function app fails to load from azure.storage.blob import BlobServiceClient If I remove the above line, then it works fine. import azure.functions as func import logging from…
not eligble for an azure account
i have been trying to create an azure account for a while now but each time i try signing in i am been told i am not eligible for an account pls i will lile to have you support me i really need to sign up for this azure account i need it because i am…
Increase Max Upload Size on Azure App Service PHP8
I'm trying to upload larger files to a PHP 8 app running on Azure App Service. The instructions in the Microsoft Documentation for Azure App Service are referencing PHP 7 which used Apache, rather than the PHP 8 instances which use NGINX so they don't…
Created the Azure bot and added MS teams channel but its not showing in My Teams dev portal
I have created an azure bot and configured MS teams channel But i am not able to see that bot in my teams dev portal. Can any one guide me?
Why does my app keep getting timed out on Premium P1V2 and Premium P1V3 but works fine on Basic B3?
Hello, I have a weird problem that I can't figure out from my end. I have a Next.js app that I host in Azure App Service (Web App) using Container Linux Southeast Asia with Container Registries. I have deployed it on my dev service plan which is Basic B3…
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…
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…
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…
Azure Communication Service - Custom domian email being suppressed
We are facing issue with communication service. Scenario: the azure communication services were running fine till the custom domain email service (hosted on gmail) went down for couple of hours. After that we are not able to send or receive email on this…
How to add HTTP Strict Transport Security and other security items to the outbound headers
I did a security analysis (https://securityheaders.com/) of our site that is hosted on a Linux App Service server. Our app is in a Docker container. The results indicated that we need to add multiple items to the headers: Strict-Transport-Security …
MSAL OAuth Issue: Missing App Registration in Production for Teams Bot
A Microsoft Teams Chat Bot has been developed using the Bot Framework and sideloaded to MS Teams for testing via the developer portal. In the staging environment, an app registration was created, and its app ID was used in the manifest file uploaded to…
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 -…
Why i'm not able to set CORECLR_ENABLE_PROFILING value in azure linux web app. Only this environment variable is not passed to the instance. Is there any pre requisites?
Why i'm not able to set CORECLR_ENABLE_PROFILING value in azure linux web app. Only this environment variable is not passed to the instance. Is there any pre requisites?
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?
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?
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…
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…
Why is my Azure Web App showing an IPv6 Outbound IP address
I have a firewall where I need to allow requests from my Azure Web App. To this firewall I have added the Outbound IP addresses listed in the Portal (see screenshot), but this is not working. It looks like my Web App is using IPv6 Outbound IP…
Please delete this topic
Please delete this topic Please delete this topic Please delete this topic
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…