How to access a 365 email account when MFA isn't working
Hi there, I set up a Microsoft 365 work account but am unable to access this email due to an issue with the 2 Factor Authentication process. I downloaded the Microsoft Authenticator app but the keeps generating 2-figure codes and asking me to put them…
Microsoft Authenticator
Managed identity based scaling rules getting container app to stuck in processing
I have a service bus queue that I want to use to autoscale my container app. To do this I tried using system assigned managed identity as well as user assigned managed identity but it just didn't work. Here's what I did: Created a container app with…
Azure Container Apps
How to add multiple triggers in Azure Logic App Workflow
Hi, in my use case, there’s a requirement to trigger the logic app workflow using both a scheduler and an HTTP trigger. I referred to a few discussions on the Azure community about adding multiple triggers by modifying the workflow JSON in code view.…
Azure Logic Apps
why are desktop and laptop no longer sharing files
desktop and laptop no longer sharing files. tried many fixes that were posted online.
Windows 10 Network
Why are the daily costs for my Sql database increasing with little activity?
I have a database that is less than 4G and has very little activity. The activity is from myself and 1 or 2 other users for sporadic intervals that rarely last more then a few minutes. Activity is thru a small Azure app service web application and…
Azure SQL Database
Logic App / SFTP-SSH Connector / No longer able to download file content
Hello. There's this Azure logic app that retrieves a file from an sftp server and then creates a file from the content in the file in a Sharepoint Online site. Pretty simple. It uses the SFTP-SSH "When a file is added or modified" trigger to…
Azure Logic Apps
How to install dependencies to build wheel for a python package using pyproject.toml?
I've a conda.yaml file with which I've created a custom environment. Now to run my repo for training, I've to 'pip install -e .' because I've a pyproject.toml file contains all the necessary dependencies to run this repo. But when I want to run a…
Azure Machine Learning
Forced updates from Win 10 to Win 11
I have a domain and currently have a policy blocking the upgrade to Win 11, but I have computers that are still updating. What can I do? Or are the updates already forced?
Windows 10 Security
created azure databricks workspace with Global Admin (Tenant level) but workspace is not created with Workspace admin role. how can i be workspace admin.?
I created azure databricks workspace from my personal account (NOT an organization account) . i am global Admin at the tenant level. Workspace is not showing me as a Workspace admin My Name is incorrect in the workspace at the user icon at the top…
Azure Databricks
What triggers M365 Message Attribution?
I need to understand how Message Attribution works so that I can identify the routing path for affected outbound mail from on-premises mailboxes. For context, I noticed (via message tracing on Exchange Online) that emails from on-prem mailboxes that are…
Microsoft Exchange Hybrid Management
Using Microsoft Entra for Authentication on Non-Domain Windows Servers
Is it possible to leverage Microsoft Entra for managing authentication across multiple Windows OS Servers located at customer facilities in the US, which are not part of the domain? The servers have internet connectivity only. The goal is to utilize an…
Microsoft Entra ID
Database API Builder (DAB) Stopped working with SWA
Database API Builder (DAB) stopped working across two of my SWA instances. Is it working or is it something on my side. I get error 500 sometimes other times I get error 400 Bad Request
Azure Static Web Apps
Basic Tier price
Hi As of 2025, the Application Gateway Basic tier does not allow you to choose the instance count manually. How can we calculate the pricing for the Basic tier in the East US region? total price= fixed price + capacity unit How many instances are…
Azure Application Gateway
ConnectedAgentTool not work
Hi, I tried to follow the sample code to pack two agents (with AISearch as tool) as ConnectedAgentTool. https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/ai/azure-ai-agents/samples/agents_tools/sample_agents_multiple_connected_agents.py Then…
Azure AI Search
How to get a working realtime transcription with WebRTC?
Hi I'm trying to follow this example: https://learn.microsoft.com/en-us/azure/ai-services/openai/how-to/realtime-audio-webrtc#webrtc-example-via-html-and-javascript But using the transcription_sessions endpoint <!DOCTYPE html> <html…
Azure OpenAI Service
How to fix authenticator app because I lost my phone and I don't have cloud storage
So I lost my phone so my authenticator is linked with ******@store.dominos.com.au this is my account I don't know what to do
Microsoft Authenticator
Azure DNS Zone Not Updating Nameservers – Delegation Failure
I created a ticket internally. this question can be deleted
Azure DNS
EchoBot, Subscription
When I try to deploy public EchoBot sample locally, even If I am logged in to my Azure account with the correct privileges I still get the error "Subscription
Azure Cost Management
How do I save a pop out window expanded as opposed to having to manually expand every time I open a new email/type a reply response?
A new pop out window does open for new emails and reply messages, however it is not fully expanded so I have to keep expanding manually each time I open a new email. Hoping for outlook to save the preference of larger expanded emails somehow.
Outlook Management
How can I use the OOTB admin account in Azure Postgres Flex Server to create a new database?
I am struggling to create a basic deployment pipeline for an Azure PG Flex server. I use Bicep to provision the server the way I want. But I can't find any way to automate the creation of a database within the server. If I try to use the admin user…