.NET MAUI iOS Release Build Requires Developer Mode to be Enabled on Physical Device
I have developed a .NET MAUI iOS application and successfully created an .ipa file using a release certificate and provisioning profile. However, when attempting to install the app on a physical device, I encounter the following error: "This app…
Startup Founders Hub - Azure credit redemption
I have a Startup hub Credits on my company profile but I enable to redeem them. SessionID: 2382cdbf-4b11-490f-8ad4-c155e07aed5f TimeStampUTC: 3/17/2025 11:04:41 PM You're not eligible for the sponsorship benefit This is a limited Azure benefit that’s…
I have cleared PL-600 - Microsoft Power Platform Solution Architect exam on 24 Feb 2025 But still I did not receive certificate yet almost after 22 days also , when will I get the certificate?
I have cleared PL-600 - Microsoft Power Platform Solution Architect - English (ENU) exam with 727 marks on 24 Feb 2025 , not getting certificate yet in certificate section. When will I get certificate? Could you please answer for the same as soon as…

Error running Content Safety Studio
I have a valid subscription, but when I try to run a Content Safety Studio Moderate Text content example, I always get "Error, Your account does not have access to this resource." I am the only user and owner of the Content Safety and added…
MS102-Exam with PearsonVUE Getting Error we are unable to process your payment.
Hi Team. I am planning to write MS102 Exam with Pearsonvue online. When do the payment its showing as We are unable to process your payment. There is no issue with my bank side. I have tried multiple card. Still am facing the same issue. Could you please…

Transactional Replication in AlwaysOn - Update SQL from 2019 to 2022 for a distributor
Hello. Question about the correct order of updating MS SQL Server which acts as a distributor for transactional replication. The scheme looks like this, there is an availability group AlwaysOn which consists of two nodes, for some databases in…
Unable to see/access the $5000 Azure Credits offered by Microsoft Founder's Hub
I am unable to see my $5000 Azure credits offered to me by Microsoft Founder's Hub.
Scheduling in project
Hi. For projects. I have a task that is allocated to 1 person for 21 hours, but this is to be worked over a period of 2 months, in bits and pieces that cannot be scheduled separately. Is there any way in which to "override" the process to type…
How to close Azure account with no tenant or subscription
I have deleted the only tenant and have no active subscriptions, but cannot seem to close my azure account and cannot use the support. How can I get the azure account closed?
Microsoft ConfidentialClientApplicationBuilder
I have this code var app = ConfidentialClientApplicationBuilder.Create(clientId) .WithClientSecret(clientSecret) .WithAuthority(authority, _validateAuthority) .Build(); The _validateAuthority is set to false,…
Socket.io Client Not Connecting to AKS-Deployed Socket.io Server (Only Receiving 40 Without sid)
I’m facing an issue where my Socket.io client fails to fully connect to a Socket.io server deployed on AKS. When running Socket.io locally, the client correctly receives the 40{"sid":"<socket_id>"} message, meaning the…

Error while sharing excel file OneDrive
The following error while sharing an Excel through…

Web app deployement
After successfully deploy a web app it show above error when i open the link.
Azure Speech Services: We are receiving texts from other people's conversations or other people's phraselist.
We are using Azure Cognitive Services to translate texts from Dutch to other languages. We are using the microsoft-cognitiveservices-speech-sdk, version 1.42.0 to translate speech to text. At regular intervals we are getting extra sentences returned…
In place Exchange Application upgrade
I have exchange server running on Operating System 2016 and on exchange version 2016. With all upcoming changes coming, I need to update it to the Exchange version 2019 and then to Exchange SE when it becomes available later this year. Quick overview of…
Problem with prod.outlook said: 451 4.7.500 Server busy. Please try again later
Hi Some clients send us mail with confirmation of receipt of the message (via server) And such messages are limited by you which prevents everyone from working. The limits appeared two weeks ago. No spam is sent or anything. Z8Qt64332z1Q9w6 12122 Fri…
Microsoft Extensibility SDK for C# for SQL Server
https://learn.microsoft.com/en-us/sql/language-extensions/tutorials/search-for-string-using-regular-expressions-in-c-sharp?view=sql-server-ver16 As mentioned in the above link carried out all the steps. However when I execute below command I am getting…
How to ensure that your Windows App client is updated to its latest version?
Hi, In December, we have switched from the Remote Desktop app to the Windows App as the platform to connect to the AVD. How do we ensure that the Windows App client is automatically updated or how can we manually update the client to ensure that it is…
Unable to edit Replicated Item to set Resource Group Property
HyperV VM has replicated ok to Azure using Site Replication however I am unable to run a failover test as it states "You need to configure virtual machine's resource group before doing a failover". When trying to edit the Resource Group of…
Batch add data inside .xlsx inside Azure SQL using .net console application
I have this code which reads data from .xlsx and update SQL inside Azure :- using System; using System.Data; using Microsoft.Data.SqlClient; using System.IO; using ExcelDataReader; class Program { static void Main() { string excelFilePath =…