how remove my device from my school device management
I had a device my school disabled, and I cannot use Microsoft Office 365; I want it to be removed
025-01-12T21:00:55.317026782Z Traceback (most recent call last): 2025-01-12T21:00:55.317060583Z File "/opt/python/3.12.2/lib/python3.12/site-packages/gunicorn/util.py", line 26, in <module> 2025-01-12T21:00:55.317333892Z import importlib.metadata as
I am facing issue while running my server same code with same requirements.txt file I am able to run in local but at Azure I am facing issue: 025-01-12T21:00:55.317026782Z Traceback (most recent call last): 2025-01-12T21:00:55.317060583Z File…
Understanding the best pathway to establish Hybrid Azure AD
Hello, I have a client that has this setup: On premise AD named abc.local Microsoft hosted O365 Exchange belonging to a domain called abc.com. The on premise domain and the hosted O365 email domain are not integrated and are separate. Thus, users need to…
Not able to understand the usage cost
I am on Microsoft Azure sponsorship, I had created few VMs but deleted those, Currently running only one VM that was showing 120$ per month during the time of setup. But when I see the usage cost, I am getting charged more than 100$s each day. Not sure…
Problem deleting password in authenticator
Why am I being told “could not delete password” in authenticator
Authenticator app and email issues
When I try to sign into my email it says it is sending my authenticator app a code. However, when I go onto my app, I don't get the code, and instead on the app it says set up two step verification and wants me to use a QR but I don't get the QR code on…
33008 - Entra/DC Sync
Hi All, Recently, I set-up a link between Entra ID and a domain controller hosted via an azure VM. Password has hash, writeback etc has been set-up and the sole purpose of this was to enable us to set more in depth password policies. Outside of the 365…
How do i stop having a Windows Server Burst billing cargo on Azure Standard B2s VM?
I have a reserved Standard B2s VM on Azure, a Standard HDD, and a IPv4 address in my billing invoice, that i recognize as things that i have asked for, and that i'm willing to pay for. But there is an extra cargo that i don't recognize as something i had…
Powershell problem
Hello, I am not able to connect to my Azure account via Powershell. I first used winget to install PS 7 and then used Install-Module -Name Az -AllowClobber -Scope CurrentUser to further the installation. Is this correct? Attached is the…
How to identify a mail chain in logic app ?
Hello Team, I am using Logic apps for one of my client in which we forward the email using logic apps to thier respective department based onto the body of the mail and I also need to store the emails into a database. I am able to do the above things…
Streaming issue with @azure-rest/ai-inference package using Mistral-Large deployment
I'm trying to use Mistral-Large-2407 model for chat completions via an azure AI services deployment. We followed the docs for deploying the model as a serverless deployment, we have the resource up and running, with the endpoint & the API key.…
Make classis Outlook default
Windows 11, Microsoft Office Professional 2021, Version 2412 What are the steps to make the display mode “classic Outlook” the permanent and default mode. Several searches instruct the user to go to settings. That tool / link / (what-ever) does not…
Make classis Outlook default
Windows 11, Microsoft Office Professional 2021, Version 2412 Windows 11, Microsoft Office Professional 2021, Version 2412 What are the steps to make the display mode “classic Outlook” the permanent and default mode. Several searches instruct the user to…
Data visualization failure - Import "graphing" could not be resolvedPylance(reportMissingImports)
Error while running cell 2 of this exercise: https://learn.microsoft.com/en-us/training/modules/understand-regression-machine-learning/3-exercise-train-linear-regression This question is related to the following Learning Module
Posicionando mensagem em um arquivo de lote (.bat)
Tenho um arquivo .bat que desenvolví apenas para evitar que a tela entre em modo de espera, a lógica consiste em contar um tempo, exibir uma mensagem através da função msg do prompt e depois de 5 segundos fechar esta mensagem. Agora a pergunta é: Como…
How do i get access to Dynamics 365 Business Central Test environment
I have a 365 account, but I'd like access to 365 BC and it doesn't show up. This question is related to the following Learning Module
Business Central Free-trial error
Hello, I'm trying to get on the training for Business Central. I follow the instructions from this collection: https://learn.microsoft.com/en-us/collections/nke2ako136jydk? Currently, my organization already implemented a Prod environment in Business…
Virtual machines OS & Data disk space alerts
How do I configure alerts to know when my OS and data disk reach nearly full capacity for all my VMs? I currently have insights to show me, but I have dozens of VMs now, so it is time-consuming to check manually all the time. I tried creating alerts, but…
Infinite loop in SaveCommentOnBlur when Unfocused event is triggered in MAUI
In my custom MAUI entry control, the SaveCommentOnBlur method gets stuck in an infinite loop when the EntryField_Unfocused event is triggered. This causes the keyboard to hang, and either the keyboard or the app becomes unresponsive. Steps to…
Deploy a Scheduled ML Pipeline in Azure with GitHub Integration
Hello, I am completely new to Azure and I need to deploy my model to run on Azure. Basically I have a pipeline.py file that runs every step of my application and connects all the other .py files located in she src/ folder, which is basically the…