Cascading dropdown feature in adaptive card in MS Teams
Hi Team, We have a scenario where multiple dropdowns are in a single adaptive card and require to build a feature where when a user selects a value from country dropdown then all associated factory gets dynamically updated/populated in the next dropdown…
Azure
Why Can Standard Users Access Azure and Intune Portals Without Any Roles Assigned?
I’m a Global Administrator in our Microsoft Entra tenant. I’ve noticed something unexpected and would like clarification: Our standard users who has no admin roles, and is not part of any privileged groups. Despite that, he is still able to: Sign in to…
Microsoft Security | Microsoft Identity Manager
Office Word: Suddenly has boxes around everything I type...I can't find how to remove them
Hello, I’ve had a Microsoft 365 Family subscription for years. I have installed and used Microsoft Word on my laptop all that time. When I previously opened a new, blank Word document a literally blank document open (as it should). One day, a few months…
Microsoft 365 and Office | Word | For business | Windows


How do I identify non essential Resources
Hello, I am new to Azure, and I think I purchased or selected resources I don't need. I am trying to run only a VM and a VPN. What do I need in my resource list to do this? I have attached a picture of my last invoice.
Azure Virtual Machines

How to create agent in Azure AI Foundry with GPT 5 as the LLM?
I'm trying to create an Agent in the AI Foundry with GPT 5, but I can't see the model in the list of deployment, I already deployed GPT 5-chat, GPT 5-mini in the models and assets but the models are not visible in the Deployment list of Agent. Is GPT 5…
Azure AI services

Why Azure Sandbox is not getting created. Currently stuck at 99% with "creating file share..." message.
Why Azure Sandbox is not getting created. Currently stuck at 99% with "creating file share..." message. I followed the following instructions but still no success Hi Brian Birungi (UG), Thank you for reaching out to us on the Microsoft Q&A…
Azure | Azure Training
Request refund for Microsoft 365 auto-renewal that I did not use
Hello, I recently noticed that my Microsoft 365 subscription was automatically renewed and the payment was charged to my account. However, I have not been using this service and I forgot to turn off the auto-renewal option. I would kindly like to request…
Microsoft 365 and Office | Subscription, account, billing | For home | Windows

Can we configure a private connection between our on-premise server and the Azure AI Bot Service, while still allowing public access for other channels like Webchat and WhatsApp?
We have an Azure AI Bot Service that is accessed by different public channels, Such as Webchat and WhatsApp, and the replies are handled by a server deployed on premises accessing the same chatbot service. can we have the access between this server and…
Azure AI Bot Service
Cannot install simplified chinese
The option to choose Simplified Chinese is greyed out. Trying to install it through Powershell also did not work (Stuck at installing in progress)
Windows for home | Windows 11 | Input and language
Loading pop up
https://reccloud.com/u/nq75s16 <toolkit:Popup x:Class="FireChat.Views.PopUps.LoadingPopUp" xmlns="http://schemas.microsoft.com/dotnet/2021/maui" xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml" …
Developer technologies | .NET | .NET MAUI
Urgent Assistance for VM - Findings relate to weak SSL/TLS cipher suites and few issues concerning the Content Security Policy (CSP) configuration. Attached is a report. Kindly assist for remediating those vulnerabilities.
Urgent Assistance for VM - Findings relate to weak SSL/TLS cipher suites and few issues concerning the Content Security Policy (CSP) configuration. Attached is a report. Kindly assist for remediating those vulnerabilities.
Developer technologies | Windows Forms
Help me find account admin
i am new IT, old IT resigned long time and dont note account admin, i dont know how to find account admin, i can access 6 account member but dont have account admin plz tell me account admin of domain structongroup.onmicrosoft.com, my boss need info to…
Microsoft 365 and Office | Access | For business | Windows

computer audio output can only connect to an unknown audio device
i just got back home and when i plugged in my headphones initially it worked fine i went to do something and i came back and now my computers audio wont work and when i go to switch the output device it says the only device is a "speakers (nahimic…
Windows for home | Other | Devices and drivers
I cannot send or receive my emails
I cannot send or receive my email I have tried many different things but still I am not receive any of my emails please help?
Microsoft 365 and Office | Access | For home | Other

Conversions tracked incorrectly at Microsoft Bing Shopping Campaign
Hello, since 1 week this campaign is running actively. I can see clicks and conversions are tracked at the statistics. But the conversions are incorrect. my account id ******** campaign: **** when i look at the products level report, filtered by…
Microsoft Advertising | Ad performance | Performance improvement
Reset/Re-register MFA of M365 Global Admin - Need to setup Authenticator in New Phone
M365 Global Admin has changed the phone and no longer receiving the OTP. Therefore, it is not possible to login to Office 365 Admin Portal. How can we reset the MFA and prompt for MFA registration? Microsoft Global support numbers are busy and calling…
Microsoft Security | Microsoft Entra | Microsoft Entra ID

HYPERVISOR_ERROR PC CRASH BSOD
Hi, I have had a PC professionaly built and it was working fine. I am quite sure its not a hardware problem. But recently (could be after a windows update) I am getting a lot of crashes to BSOD with HYPERVISOR_ERROR. It's driving me crazy to the point…
Windows for home | Windows 11 | Performance and system failures
Internet stops working after Windows update – Intel network card
Hello, After installing the latest Windows updates on my desktop PC, my internet connection stopped working completely. I’m using an Intel network card (onboard), and it was working fine before the update. I’ve tried restarting the system, checking…
Windows for home | Windows 11 | Windows update
Certifications not received
Hi team. I had given gh-200 exam yesterday till now I am not able to see any certificate related to this in credentials/certificate section. Please assist on this. Thanks, Bhushan Toke
Community Center | Not monitored

Why does the TimeTrigger not fire ?
I've this Azure Function with a TimeTrigger: [Function("SomeFunction")] [FixedDelayRetry(5, "00:00:05")] public async Task Run([TimerTrigger("0 */5 * * * *")] TimerInfo timerInfo) { // Awaiting some async stuff …