HBase Accelerated Writes in HDInsight, Failure Recovery
I'm trying to understand the durability and performance trade-offs of enabling HBase Accelerated Writes in HDInsight. Specifically What happens if the local disk copy fails or becomes corrupted before the asynchronous sync to ADLS Gen2 occurs? Is…
Azure HDInsight
Azure OpenAI - 429 - System is experiencing high demand and cannot process your request error
We are currently seeing the exception in our OpenAI resource using gpt 4.o in the Australia East region. Error code: 429 - {"error": {"code": "NoCapacity", "message": "The system is currently experiencing…
Azure OpenAI Service
ADF Amazon Redshift linked service produces SSL error
I have a Amazon Redshift v1.0 linked service in Azure Data Factory that connects successfully, when I test the connection. When the service is used in a dataset, it fails to fetch data with 27809 error code: Failed while reading data from source during…
Azure Data Factory
My snapshot restoration on VM Linux not includs all the partition, what can i do?
I did a resize of my vm and the restoration doesn't include all the partitioons, this is so important
Azure Backup
Datafactory Self hosted integration runtime auto updates
Hi, We have enabled auto-update for our self-hosted integration runtime. Initially, we deployed it with version '5.48.9076.1'. Over time, it was updated to '5.55.9315.1' via auto-update with our interventions. However, we've noticed that the latest…
Azure Data Factory
third-party SFTP with ADF
We are trying to connect Azure Data Factory to a third-party SFTP endpoint provided by Bloomberg. The connection fails when using the Azure Integration Runtime (AutoResolve IR). Is it possible to connect to Bloomberg SFTP using Azure IR + IP…
Azure Data Factory
Empty workspaces in Azure Data Explorer web portal
Hi, I am getting this odd experience on Azure Data Explorer web portal since this morning. I cannot see any of my dashboards, and none of the dashboard links that I bookmarked works. As soon as I open the dashbaord link (which worked completely earlier…
Azure Data Explorer
Need assistance on backup cost report
Hi Team, Do we have any way to get the backup cost in the backup report in the backupcenter or with any api? with detailed way.
Azure Backup
I am getting bill for resource group we can not see.
I am getting bill for resource group we can not see, I have global admin and subscription owner access. Do we have any solution to avoid billing or get resources deleted?
Azure Cost Management
Could not configure the appliance-ASR Replication Appliance
Failed to execute the command: powershell.exe & 'C:\Program Files\Microsoft Azure Site Recovery Process Server\home\svsystems\bin\PS_Configurator.ps1' -FirstTimeConfigure -ConfigureFirewall $True -ReplicationDataPort 9443 -ApplianceJsonPath…
Azure
We no longer have access to view our tables in our DB
Hi, So we have a database in our account called "bayer-server-test." After a bit of turnover in our agency, we seem to have misplaced the actual admin credentials to this DB. We do have a user that can connect to the DB, but we can't view our…
Azure SQL Database
Cannot deploy free tier DocumentDB due to Total Regional Cores current limit = 0
Hello, I am trying to deploy an Azure DocumentDB free tier for testing migration out of MongoDB. However, when attempting to deploy, I consistently get this error: ` Operation could not be completed as it results in exceeding approved Total Regional…
Azure Cosmos DB
How to migrate a subscription resource from an old subscription with no ability to reactivate to a new payed subscription?
Description: I am currently locked out of an old Azure subscription that contains important resources, including a Storage Account that I urgently need to move to my new active, paid subscription. The old subscription cannot be reactivated through the…
Azure Cost Management
How to fix Deployment was canceled byMicrosoft.VisualStudio.Services.ReleaseManagement in DevOps
Hi, As of 12/2/25 we are getting an error when trying to release services in Dev Ops "Deployment was canceled byMicrosoft.VisualStudio.Services.ReleaseManagement". No other detail or error is provided for the reason for the cancellation. We…
Azure DevOps
Azure Session Hosts SMB crash BSOD - PAGE_FAULT_IN_NONPAGED_AREA (50) - mrxsmb20
Hi Everyone, We have an AVD environment for a customer. For the past 18 months, it's been rock-solid. Really, really reliable. We recently "upgraded" them from 2 x large Session Host VMs to 4 x smaller session hosts for load balancing,…
Azure Virtual Desktop
Weak TLS ciphers enabled
Hi, my security team completed a scan of the mrapay.com website and found that Weak TLS ciphers are enabled. Is this something that can be made more strict without affecting the website?
Azure Virtual Machines
I can not pass the Academic Verification
I can not pass the Academic Verification,it says"Your email domain is not currently registered with us. You can choose another verification method.".I have already passed the github education verification
Azure Notification Hubs
Azure Log Analytics demos & charging
Hi, I want to learn Azure Log Analytics & KQL - and found that in the https://learn.microsoft.com/en-us/azure/azure-monitor/logs/log-analytics-tutorial there's demo env provided -…
Azure Monitor
Azure Managed Prometheus - Custom Scrape from IaaS VM's
Hi All, I am trying to get my head around the Azure Managed Prometheus, when setup on the AKS cluster using Grafana I can see the basic data for the AKS cluster. I am looking at ways to use the managed Prometheus but with custom scrapes against IaaS VM's…
Azure Monitor
How do I view my code-defined logs (not just runtime logs) in Application Insights?
I can see the runtime messages (e.g., “Executing ‘Functions.X’…”) in Application Insights, but my own logs defined in code (e.g., logger.info(...) / log.LogInformation(...)) do not appear. logger.info("handle_helloworld: received request")