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…
When I try to do "Test Send" but it seems not works: The Notification payload is invalid.
Dear All, The documentation that I am following: https://learn.microsoft.com/en-us/azure/notification-hubs/notification-hubs-windows-store-dotnet-get-started-wns-push-notification#create-an-app-in-windows-store I sent toast with default…
Admin options for AVD login
Hello, I have several AVDs that are non-domain joined. What are my options as an admin to log into these AVD's when they're already assigned to other users? I tried assigning myself almost every privileged access there is and host pool level but this…
choosing the right Azure Product
We are a small construction company. Currently all our project related folders are on permises. but we are looking to take it to the cloud and we want all the team to access project folders from their laptop from anywhere as long as they have internet…
Closing a document accessed via quick link should returns to home page
I have a quick link pointing to a document in a shared library. We can open the document by clicking the quick link but when closing the document using 'X' takes us to the shared document library instead of the home page. How can we force the url to…
Asking for suggestions on how to proceed with no FKs
I am at the beginning of re-writing an old ASP.NET WebForms application, into an ASP.NET Core app using Razor and Blazor. The difficult step I am facing now is the database. The original developers, all who left before I was hired, had originally used…
Cookie issues while opening any webpage from project
Hello, I'm currently having issues with the below two exceptions when refreshing any webpage in the project after a random number of times. My current theory is that after passing the context for APIHelper, it becomes null for whatever reason or at least…
Restore MS Authenticator
Hello, I have a new phone and had to restore the Autheticator. Now almost all accounts require "action" >>>"Scan the QR code provided by your organization to complete the recovery of this account" Where can I find these QR…
What type of markdown proccessor does Visual Studio use?
Developers added markdown support in Visual Studio version 2022 release 17.5. But what's under the hood? Is it commonmark-compliant? GFM support? Is it based on markdig?
I locked myself out of Entra/Azure- how to gain entrance again
Dear Microsoft Azure Community, I have accidentally locked myself out of Entra. After changing something in my account settings within Entra, I can still log in, but I immediately receive an error message and cannot proceed. When I try to log in, I get…
New phone, external account, "action required" and I don't have a QR
So, basically the title. I've replaced my phone (still have the old one), I've managed to transfer all my accounts to the new phone. Private and work-emails/accounts seem to be working fine, but I'm also using the app to log into a few external…
Open AI Sora
Hello, Is the openai Sora model available to use in the azure open ai services yet? If not, do you know when it will be available?
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",…
Entra ID register new users at signin
Hi, I have created an App registration for Entra External ID, Although I cant find how to enable new users without an existing account to sign up/register? Ans can be seen in the images below, there is no option to create a new user, this is setup to…
Are Soft Delete and Lifecycle Management Policy Compatible in Azure Blob Storage?
Azure blob storage allows for soft deletion of blobs and it also supports automatic deletion of blobs via the lifecycle management policy. However, are these two feature compatible with each other? In other words, if soft deletion is enabled for a blob…