How to validate AzureBlob Uri is valid or not?
I have below code which gets BlobItems form Azure. BlobServiceClient blobServiceClient = new BlobServiceClient(new Uri(ConfigurationManager.AppSettings["AzureBlobLocation"].ToString()), new DefaultAzureCredential()); BlobContainerClient…
Power Automate: SQL - Transform Data using Power Query recently started giving AADSTS7000113: Application 'f3b07414-6bf4-46e6-b63f-56941f3f4128' is not authorized to make application on-behalf-of calls error
All my Transform Data Using Power Query steps in my flows are receiving the following message after Friday afternoon. I had some successful runs before that, perhaps 30 minutes prior. The error I am receiving is the following: AADSTS7000113: Application…
Migrate fslogix data from local AD to Entra ID Domain services
Hello, We have used AVD for 3 years. We have many data in FSlogix. Current, we are migrating our VMs in AVD from local AD to Entra ID Domain. We found the SID of same user is different between AD and Entra ID. We first login VM in Entra ID Domain. This…
Is the Azure Cognitive Speech Studio , Nuget package supports only .WAV file as input?
I was trying to use the Microsoft.CognitiveServices.Speech nuget package to transcribe an audio file into text, but when working I could only convert an .WAV file and no other formats such as MP3, MPEG etc, Does the package only supports .WAV files? or…
Unable to Perform HTTP Communication with Azure OpenAI Service - Request Assistance
Dear Azure Support Team, I am experiencing an issue while attempting to perform HTTP communication using the Azure OpenAI Service. Error Message: 401 Unauthorized "Access denied due to invalid subscription key or wrong API endpoint." Details of…
Unable to login to Azure, no idea how, screen just flickers?
I have an active VM, however i am unable to login since yesterday Any Idea?
How to remove Default & Anonymous User as default User on all created public folder?
How to remove the Default & Anonymous User as default User on the new created public folder? Found that if these two users shown on the list and other user can read this folder. Thank you.
Cannot use class libraries
I am learning how to program in C# using Visual Studio Community 2022 (64-bit). When I build a class library and attempt to call it in a program, the program crashes with a file not found error. (error copied below) I added the dll as a reference and…
Retrieving schema of purview scanned assets with object type is file also,i want to retrieve the schema of assets scanned with Cosmos db as source
I could get the schema for Object type is Tables in purview, but i couldn't retrieve for the object type is files,when I am calling atlas API the schema i get is empty[].
bootstrapTokenEscrowed for macOS devices retrieved as false for all devices
In MS Endpoint ManagerAdmin Center macOS devices have a property under 'Hardware' called 'Bootstrap token escrowed' which has the value 'Yes' for a lot of devices, but the property is not included in the exportable data there. I was looking for…
Cannot create a Azure VM with Windows Server 2025
Version that i try to install Windows Server 2025 Datacenter Azure Edition X64 Gen2 And the error i get when trying to create the VM. If i check the link server 2025 is not on the Supported OS images. "status": "Failed",…
window 11 security and bitlocker
i have bitlocker recently and i lock my personal drive with bitlocker but exedently i have a virus and its remove my window securityCenter service ir bitlocker servies from services and my drive is still lock nut when i click on it to open there is no…
Does Sharepoint Indexer for Azure Search support Alternative chunking methods or configuration parameters?
Dear Team, i recently discovered the Sharepoint Indexer and it is quite helpful for us to set up an initial prototype. We are thinking of migrating to a custom build solution (with Microsoft Graph - as broadly described in the tutorial). That is…
Daily Shutdowns on Azure VM – Auto-Shutdown Disabled
Hello Community, We’ve been experiencing an issue with one of our Azure VMs shutting down automatically once per day. We’ve already checked the Auto-Shutdown settings, and they are not enabled, so it doesn't appear to be a scheduled shutdown from that…
Network Interface Teaming in Windows 11
Dears, is NIC teaming still supported in Windows 11 versions? As I read in some forums it is not supported please advise if not what is the alternatives
Windows Server 2025 Compatibility with Microsoft Defender for Endpoint
A Server 2025 virtual machine was installed and onboarded to Defender for Endpoint. However, it seems to be unsupported as it appears in the inventory but cannot be filtered specifically for Server 2025; it shows as Windows Server SAC. Additionally,…
Unable to Connect to SQL Server Using ActiveDirectoryPassword Authentication
Encountering an issue while trying to connect to SQL Server using ActiveDirectoryPassword authentication. The error message states: "Failed to load MSAL4J Java library for performing ActiveDirectoryPassword authentication." For Info -> I…
SSH. Account rights for AcceptEnv
Hi. I am using ssh on windows server 2019. In the C:\ProgramData\ssh\sshd_config I am using AcceptEnv This works when the account is a local administrator. Although the documentation says this is not supported: OpenSSH Server configuration for…
How to keep using subdomain myendpointname.azureedge.net when migrating from Azure CDN from Edgio to Azure Front Door Standard?
When creating a new end point in Azure Front Door Standard, the endpoint hostname is in the format of endpointname-hash.z01.azurefd.net. My current endpoint name in Azure CDN from Edgio is endpointname.azureedge.net. What steps are necessary to continue…
Get Private Key for a certificate from Azure Key Vault
I need a public key as encryptionCertificate, to encrypt the resource data that returns to my ReactJs Client app. Later a private key to decrypt MS Graph Rich notifications includes the resource data, as per URL:…