Multi Domain SaaS-Platforms on Azure - how to map custom domains?
Today, we have a platform that we make available to customers via their own path example.com/customerA. To do this, we have an ASP.NET Core-based platform on an App Service behind a Frontdoor. So it's a SaaS platform from the customer's perspective. We…
Azure App Service

Restoring from MARS to different domain
We recently needed to create a new domain due to a outage with our former domain. Single server DC and file storage SMB environment... Long story... ultimately we formatted the server and started fresh with a new AD install - since the SID's don't match…
Azure Backup
Cannot create a Trusted Signing Identity Validation
I am trying to set up Trusted Signing in Azure. I've got the account created in my subscription, and I have the right privileges to create a new validation. My issue is that once I fill out the form on the New Individual Validation form, with all of the…
Azure Trusted Signing
PowerShell commands for virtual networks and where is peered to.
PowerShell commands for all virtual networks and where is peered to in azure tenant.
Azure Virtual Network
Windows for business | Windows Server | User experience | PowerShell
How to query tables on a Serverless SQL Pool joining tables from another Serverless SQL Pool?
I need to query tables from two distinct Serverless SQL Pools. Each Serverless SQL Pool lives in a separated Synapse Workspace. Is there a way to do that ? I see the new Elastic Query which is in preview state. Is there any other option available? One…
Azure Synapse Analytics
PUT and DELETE methods return 404 in API Management
In all APIs created in API Management (APIM), resources with PUT and DELETE methods return a 404 error, indicating that the resource does not exist. However, the GET and POST methods work perfectly. When calling the backend directly, which is hosted on…
Azure API Management
No response on "Run Command" option on Azure VM and Invoke-AzVMRunCommand (When I run the command, script with these mathods)
Hello Guys, We have multiple Azure VMs in environment but getting below issue on some of them. Issue - When we run any command Or Script via "Run Command" option inside "Operations" of a Azure VM via Portal. And run any…
Azure Virtual Machines
How to check exact IP address of ADB workspace env .
i just want to know my IP address of Azure data bricks workspace env, I have vnet and subnet configured. How can i get exact IP address of ADB workspace. As i have more than 100 NIC to check the exact IP. Is their any easiest way to get exact ip…
Azure Databricks

Unable to add account in Azure Data Studio
I am trying to add my work account in Azure Data Studio so that I can connect to a database in Azure. But after I login, I get this error and the account is not getting added. I am not sure what this error is, and it doesn't seem like an auth issue. Has…
Azure Data Studio

How to access Azure Cosmos mongoDB vcore cluster data via python
I am trying to access Cosmos MongoDB vcore cluster data in my python code. Cluster connection string is mentioned below. I am getting server timeout error. I would also like to know how to use mongdb REST API to read the data. Connection String:…
Azure Cosmos DB
server reached pm.max_children setting (5), consider raising it
The website is down with the following error in the server logs. server reached pm.max_children setting (5), consider raising it I tried to set its value to 32 in /usr/local/etc/php-fpm.d/www.conf but when I try to access website it says 504 and after…
Azure Virtual Machines
Need VCPU quota in central India
Kindly allocate VCPU quota in central India for subscription 5ec12253-b05b-4351-857f-3680e4a21d99. If possible kindly create internal ICM for this.
Azure Kubernetes Service
Azure | Azure Startups
How to cancel the recurring backups for servers that have the Azure Backup Agent installed
I work for a MSP and have some clients that have offboarded our services. We no longer have access to some windows servers that have the Azure Backup Agent installed that are running daily backups for those servers. Is there a way that I can cancel…
Azure Backup
Community Center | Not monitored
Cannot start stream analytics job in Vnet (cannot acquire managed identity)
Hello, I have set up an Azure Stream Analytics job that is injected into a virtual network (VNet). The job is connected to the following resources, all of which are linked to the VNet via private endpoints: Storage Account: I authenticate using the…
Azure Stream Analytics
Is there a way to deploy KQL - Time Series Query to get alerts for anomalies?
We have a KQL query that reads last 365 days of data from custom table (Log analytics workspace) and using Time-series functions it calculates anomalies in it. Now we are looking for deploying this query to get an alert email if there is anomaly. Is it…
Azure Data Explorer
Azure data share SQL server lists 0 datasets does not list database objects to share
I have setup Azure data share, create a SQL server and a SQL database. No firewall configuration and Azure services are allowed. Public access is not allowed however I have added my IP address, encryption disabled. I have connected successfully to the…
Azure Data Share
How to remove old / nonexistent Tag from Device Twin
I use IoT Hub to test MQTT connectivity with my company's hardware. I look at tag data I'm sending by using Device Twin (to verify the data was sent to Azure). If I change the tags I'm sending - the Device Twin still shows old tags (with old data) that…
Azure IoT Hub
Microsoft Azure Backup device backups failing with Error Code 0x1FBD1
I have multiple servers running Windows Server 2019 Standard that have suddenly started to have failed scheduled backup jobs with Microsoft Azure Backup. The failed jobs occur for both system state and file/folder backups and they seem to be…
Azure Backup
How to restore a resource group in Azure Portal
Unfortunately, my resource group in the Azure portal was deleted. How can I restore it? I tried contacting support, but their response was unhelpful. I also attempted to create a ticket, but it prompted me to pay for a support upgrade, which costs $29…
Azure
AS2 cert issue
Hi, I am using logic apps for our EDI documents and need to connect to external system through AS2 connection. I have used APIM to mask the logic app URL(http trigger). For AS2 connection, we generated and installed CA self-signed our company…