How to extract URL output into a csv file (on next step)?
I am trying to extract an output (URL) from previous step to the next step. If one puts the output from "Execute JavaScript Code" into a browser, it generates a csv file automatically, and that is the final output. I am trying to move to the…
Postgres for Cosmos DB stuck creating standby
Hi, Was wondering if anyone encountered this before. I had a basic postgres Cosmos setup for evaluation, then i scaled up the machine as it started to need a few more resources. Now it's been stuck "Creating standby" for a few days. I'm running…
Error Deploying Azure QuickStart API Builder: SQL Database Unavailable in any location
Hi all, I'm new to azure and am on the free trial and I have been trying to follow this guide to get started on APIs within Azure, https://learn.microsoft.com/en-us/azure/data-api-builder/quickstart-azure-sql. But once I get to deploying the static web…
WinRM packet size is somehow too big so everything decides to freak out
One day, I wished to manage my server but Bill Gates himself inserted this lovely error message: Configuration refresh failed with the following error: The WS-Management service cannot process the request. The computed response packet size (512103)…
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…