Im unable to signin azure portal with my Github account
I applied to Github Education Pack in Github and got approval. But I can't signin azure portal to use my student pack. When I try to signin it throws me some captchas and then this "Create Account" Step then nothing happens
Is there a way to edit Word files from an Azure Blobstorage directly from an WebApp?
We have a web app that has a list of documents (Word Files, etc) - which are stored in an Azure blob storage - that we want to be able to edit directly in Word via an Office URI, or at least directly from the Web App. Note: The Frontend is Angular and…
Azure app service with custom Windows container default encoding is incorrect
I have a web app in azure app service using a custom Windows container. The base image for the docker image is : mcr.microsoft.com/dotnet/framework/aspnet:4.7.2 The default encoding in the running container is not what I want. When doing this…
Error [404] The mailbox is either inactive, soft-deleted, or is hosted on-premise while using Make/integromat
Hello pros, I'm working on a Make automation for a client, and we want to send messages via their company's Outlook mailbox. They have a Microsoft Partner provider who is supposed to configure Outlook and set up an address nepasrepondre@entreprise.fr so…
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…
GET /** request every 5 minutes for a Azure Webapp
Hi! I have an azure webapp (Windows, Java) that every 5 minutes gets a request like below. Client IP: 0.0.0.0 (but I assume that it might be this: https://learn.microsoft.com/en-us/azure/azure-monitor/app/ip-collection - other things like city etc are…
How to have more control on my users having access to client's tenant?
Hi, I am facing a scenario where a org needs to give his consultants (part time employees) a domain email address using which they get invited to a separate Azure tenant from client and do their tasks there. The thing is, in this scenario org have no…
Is it possible to point my azurewebsites.net URL to a Shopify site and URL that I own using a CNAME record?
I have a Shopify site that I am currently using. However, a large portion of my users have a firewall enabled that stops them from using my site unless it has an azurewebsites.net URL. Could I use an azure URL to redirect to my shopify site
When the TLS version 1.0 & 1.1 is expiring for Azure App Services, Azure SQL Managed Instances, Azure SQL server
When the TLS version 1.0 & 1.1 is expiring for Azure App Services, Azure SQL Managed Instances, Azure SQL server
api call hitting api request time out error in azure app service
On my Azure account, I'm using the OpenAI GPT-4 API within an application built with Azure App Service. I’m encountering an issue where the API returns a timeout error after every 2 to 4 messages. However, when I use the same API calls in an Azure ML…
:( Application Error If you are the application administrator, you can access the diagnostic resources.
I am experiencing an issue while deploying my NestJS backend on Azure Web App. When I navigate to the URL of my web app, I receive the following message: :( Application Error If you are the application administrator, you can access the diagnostic…
Microsoft Office365 Pop3 Authentication Failed Using OAuth2 in C#
I am trying to connect pop3email client with token based authentication to create token, I have registered app in azure and using below details to generate token: endpoint : https://login.microsoftonline.com/{tenantId}/oauth2/v2.0/token grant :…
How to add custom cuture on a Azure App Service
Our website is supported a custom language en-CN. It is worked on Premise after I applied register for en-CN It is required to add to the OS. I tried to find it like…
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…
error 404 on brand new azure webapps static webpage
I have just created a new free webapp (python 8.2) and used bash and vi to create a simon1.htm file in wwwroot directory. But if in chrome I go to {mydomain}.azurewebsites.net/simon1.htm I get 404. 2024-10-31T12:02:51.5811779Z 169.254.129.1 - -…
Error in provisioning App service custom domain with bicep
`I tried to provision app service custom domain with bicep but but keep getting these error ERROR: error executing step command 'provision': deployment failed: failing invoking action 'provision', error deploying infrastructure: deploying to…
Resource creation issues
Why can't I create a resource after I have signed into my azure account? The account is the one I used to redeem $5000 worth of azure credits from the sponsorship program.
Failed to setup App Service deployment: UpdateSiteSourceControl failed with 409 Status (FT401019 Git error)
Hello! I have some troubles with Azure App Service deployment. Existing deployment does not run (but only on one specific branch). It was run successfully in August, but now nothing happens on branch commit though Azure Repos Source is still connected. I…
SSL Certificate Renewal Not There After Download
We have a Wildcard SSL Certificate which is set to Auto Renew. This appears to have happened as clicking on its overview shows an expiration date of 13 November 2025. It's an App Service certificate but we only use it for our servers. To use it in our…