Unexpected SCIM Group Membership Updates in Azure: Receiving Replace Operations Instead of Add
Hello! I've been troubleshooting an issue with group membership updates in our SCIM app and am seeing some unexpected behavior from Microsoft Entra. Specifically, I have a group with four members, so I anticipate four separate PATCH requests to the…
Free trial delayed upgrade to pay as you go, when will my website be live again?
Free trial delayed upgrade to pay as you go, when will my website be live again?
Excel forumla longer than 8192 characters
I have a Excel worksheet that is 5490 columns wide in a shared workbook. When I save the file with zero columns hidden I do NOT get this message. When I hide every 11-15th columns it will work until I get to column 4245 approximately. After that I get…
Azure App service static Outbound IP address. Can this be accomplished if I use Azure Front Door?
I need to setup my app service with a static IP address. Can this be accomplished if I use Azure Front Door?
How do I resolve this error, " Unable to locate package nginx"?
I am trying to configure Nginx on my VM. This is in unit 3 of module 5 (Describe Azure Compute and Network Services) of the Azure900 series. I copied the code and pasted it into the Azure CLI but when i entered it, this error came up: E: Unable to…
Evaluating a bit/boolean in ADF If Condition Activity
You would think this would be incredibly simple, but apparently not. A SQL statement used in a lookup returns either CAST(1 as bit) or CAST(0 as bit) to a pipeline as column is_enabled. An If condition activity (inside a For Each) uses this expression to…
Fuzzy search and bevtor db with Redis
We are using Azure cache for Redis for standard key look up use case. Now we want to enable fuzzy search (full text) and vector db for our Redis. I see these capabilities are there in Redis Enterprise. Do I need to migrate to Create --> Redis…
ASP.Net Web Forms: AJAX error when javascript function executed
Hello All, I have an issue with the ASP.Net Web Forms application that is returning an AJAX error when the javascript function is executed. Below is the explanation and code bits to reproduce the error. Created a Web Forms application with…
Migrating from ADAL to MSAL for downloadable VHD
Hi, I got a notification from Microsoft which mentions there is an app that is still using ADAL and it's recommended I upgrade to MSAL. I looked around to see how to do this and the majority involves modifying my application to use the newer…
how to cancel my subscription
Please cancel my subscription for all it, help to remove everything. I don't know how. Delete everything.
Can you override service endpoints use of IPv6
Hello, I don't think it is possible since it defeats the purpose of using a service endpoint but, is there a way to override the use of the Azure assigned IPv6 IP when Microsoft.web service endpoint is enabled? Having Microsoft.web service endpoint…
Lost access to my own username azure tenant
Hello world, I lost access to my azure tenant and I just have the email address (something@*.onmicrosoft.com) and password but the problem is I don't have the authenticatior code or Microsoft authenticator app with the account and I really wanted that…
Want to write the results of custom availability tests to different application insights. How can I do it?
I am writing a app service that takes care Custom Availability test. I want to write the results to different application insights. How can I do it? I can no longer user TelemetryConfiguration and with ConnectionString I can set it up only once. Is…
Help with Windows Named Pipes
Win32 experts, I'm writing an app that includes a master process written in C# that forks a subprocess written in Python and compiled into an exe. I am attempting to open named pipe between the two and despite working through all online tips and all…
Standard_D8s_v3 SKU Restricted in North Europe for My Subscription Despite Increased Quotas
Hello, Azure Community, I am experiencing an issue with deploying the Standard_D8s_v3 virtual machine SKU in the North Europe region. Despite increasing my DSv3 quota from 20 to 70 vCPUs, I’m still encountering a restriction message indicating that…
Error when Create a Linux virtual machine and install Nginx: sudo: "If sudo is running in a container, you may need to adjust the container configuration to disable the flag". What to do?
Error when Create a Linux virtual machine and install Nginx: sudo: "If sudo is running in a container, you may need to adjust the container configuration to disable the flag". What to do? This question is related to the following Learning…
how to solve my copilot problem ?
Hello Microsoft! After the Copilot have changed the interface, I have got a problem to sign-in and use it. It keep showing as picture below. I have click to verify my age and it link me to Microsoft account page to verify. It just keeps me on my basic…
Windows 11 SMB Client cannot connect to SMB share - error 53 on `net view`
Machine in question: Windows 11 21H2 22000.832 OSes on other devices that can successfully connect to the share: MacOS Ventura built-in SMB; iOS 16.5 built-in SMB; ES File Explorer on iOS, Windows 10; etc. Share Host: TrueNAS-13.0 with domain…
How to Enable Entra ID User Login and User Switch in a Hybrid Environment
In a hybrid environment where machines are joined to Entra ID and password hash sync is enabled, attempts to log in with users that are not cached on the local machine but are part of both Active Directory and Entra ID result in an error stating that the…
Restoring a Complete, Up-To-Date Database Across Azure SQL Managed Instances
I want to "move" a database from one SQL Managed Instance to another. My plan is to use the Azure Portal to manually: "Stop" the Web App writing to the database "Restore" the database to the new SQL Managed Instance …