Any chance the Azure folks might remove charges for an app service I left running by accident?
I have never let this happen until recently, but I left a test Azure App Service run for TWO MONTHS.. which I figured out once I saw a $30 charge on my Azure bill which is usually < $1, or $0. Any chance it's a) possible to talk to an actual person…
When will OpenAI o1 preview be generally available in Azure?
I realize that OpenAI's o1-preview and o1-mini models are available in Azure OpenAI Service through limited access and I've already applied via the website form, see below. Anyone know when it will be generally available? I'm guessing that's my…
System.Exception: The application called an interface that was marshalled for a different thread. (Exception from HRESULT: 0x8001010E)
public Dictionary<Guid, MyClass> _dictMyClass; ... if (_dictMyClass.ContainsKey(gID)) { MyClass myClass = _dictMyClass[gID]; } Occasionally and rarely), the above line throws the following exception: System.Exception: The application called an…
Serialization Exception after changing reading from attached ADLS account to the same ADLS Account but through a linked service.
Currently we are running a Synapse Notebook that reads from the "Primary ADLS Gen2 account" and parse data to JSON. This job has been running stable for a while now. We need to run the same logic but read from a different ADLS account instead,…
Will I be billed once my $100 free student credits expire?
Hi, I registered for a free Azure account and got the free $100 student credits for a year. Once these are used/the year is up, will I be billed in any way?
How to fix ai azure content safety customised cateogries training data failed issue
I have been trying to create AI azure content safety custom categories. And I have uploaded training data, and which seems fine (attaching the training data for your reference) but after 5-6 hours I am getting an following error. I have tried multiple…
I cannot scale my icons in taskbar
I saw many people demand the same thing as me in many forums. Just want to scale my taskbar icons. Microsoft forced its users to migrate to Windows 11, but while using Windows 10 every customization was achievable without modding operating system, now…
My azure stack HCI target appliance for migration from ESXi to AZure stack HCI fails to register AND the ASR DRA agent keeps crashing
We’re trying to get Azure stack HCI up & running so we can use Azure Migrate to migrate from ESXi to HCI. Our subscription has been enabled for ESXi to HCI migrations by MicroSoft We have an Azure migrate Project, filled with information about…
Preciso de ajuda com conta estudante em loop do Authenticador
Minha conta é de estudante e eu não tenho contato com o administrador da instituição. Não aparece nenhuma notificação, a opção de backup não resolveu. Não consigo fazer nenhuma alteração de segurança para alterar o tipo de autenticação, o próprio app…
macOS - Windows App not displaying 2 digit code for approving sign in on Microsoft Authenticator App
Hello, I work in IT for my company. We have a user on a Macbook Pro using the newly re-visioned Windows App (previously Remote Desktop). We require MFA with our work accounts so they need to approve the sign in using the Microsoft Authenticator app…
how to build project on net maui c# android phone without failing?
NET MAUI c# android phone. i clean ok. i build without any errors, but the build fails. it says i have a dupilcate file. wha can i do? This question is related to the following Learning Module
Error creating pool node
I've converted my pool creation code from Microsoft.Azure.Batch to Azure.ResourceManager.Batch (in order to set the certificate in the key vault instead of in the batch account). The pool is being created with the expected node, and all configuration…
C# how to pass a string from a list of object to a List<T>.Sort() method please?
How to pass a string (level) from a list of object to a List<T>.Sort() method please? Data: List<DirItem> items = new List<DirItem> { new DirItem { level="3.5-1", name="Hi",…
How can I complete "Identity validation"?
It's been more than the promised 7 days for review since I submitted documents to get identity validation so I can use code signing. I have a paid support account and am not getting a response within days (vs SLA promise of 8 hours). The support ticket…
Inline Style for sending chat message to team via api does not work
I am using this api POST /chats/{chat-id}/messages My code messageContent = ` <div style="color: #5d9e52; font-weight: bold;">This is a test</div>`; const chatMessage = { body: { contentType: 'html', content:…
Change Tracking & Inventory Management On Linux VMs
Hey everyone, Change Tracking & Inventory Management through AMA agent works very well with Windows - However, on Linux machines (For instance in this case Ubuntu Server), once the extension enabled, it does not collect anything for Changes or…
Configuring Azure Application Gateway as a Reverse Proxy for Azure Static Web App
How can Azure Application Gateway be configured to act as a reverse proxy for a static web app? I have two web applications: app1, deployed in an Azure VM, and app2, deployed in Azure Static Web Apps. A custom domain has been set up for app1 as…
Unable to Download the output file using Batch Job on Azure OpenAI UI
I am trying to download my completed batch using Azure OpenAI Batch Jobs UI. My lot is completed. When I am trying to download the output file, it keeps loading then gives me timeout error Need help downloading my output JSONL file
Exploring Cost-Effective Solutions for Routing Traffic from an Azure Private Endpoint to a VPN Gateway
Greetings, I would appreciate assistance with a design to a solution I would like to implement on Azure. Below I summarized all the information and approaches I tried. Customer has a private endpoint on a "consumer" VNet, from which I…
URL is notworking in AVD
I have an issue where I am not able to access this URL from my AVD set up. This same URL is working ok with other servers on the same VNET but not from AVD so remote users are accessing AVD are complaining. I am getting 403 Forbidden…