Best Azure Storage Solution
i need recommend on a data storage solution . It needs to meet the following requirements., accessible to application via REST connection. tables hosting with varying size and patterns. automatically replicate data to a secondary region can…
Azure Table Storage
Azure Storage

Duda sobre configuracion de SQL Database
Buenas tardes, Actualmente tenemos una SQL Database con tarifa "Crucial para la empresa" de Gen4, y por limitaciones necesitamos pasarla a Gen5. En el proceso de configuración/migrado al hardware de Gen5 experimentara una interrupción en el…
Azure SQL Database
VPS Root Login Eroor
i can't log in with root, please help me
Azure Virtual Machines
XGboost error
Add support for xgboost in standard Flask python app container When trying to deploy a python app using Flask for an API on Azure Web Apps, if the dependency of xgboost is included errors occur during the build. For example, if the following is…
Azure App Service
Dedicated host related questions
We are evaluating dedicated hosts and have couple of questions Default quota for dedicated host is 3000 per region per subscription. Can this quota be increased? if so to what limit. Dedicated hosts consume quota from "Dedicated Hosts…
Azure Dedicated Host
Azure Virtual Machine Scale Sets
Site to Site VPN between on premise network (Mikrotik) and Azure VPN Gateway eshtablished but no access to File Shares
Hi, we're testing to setup Azure Files share to migrate our on premise File Server to Cloud to support remote workers and completed all the required steps (including Site to Site VPN) but still failed when try to access File shares (using name or IP),…
Azure Files
Azure VPN Gateway

I accidentaly disabled my graphics card
I have a windows virtual machine on Microsoft Azure and on device manager I've disabled the graphics card for the screen, and I cant do anything right now, the screen is black when I connect to the virtual machine If someone could help me to fix it I…
Azure Virtual Machines
share drive across resource groups
We have a standard data drive that is shared with a VM in this resource group. We also have a Classic VM in a different resource group. Can we attach that drive to the classic VM? Or is there another way we can copy data from the shared drive to the…
Azure Virtual Machines
Azure Disk Storage
Azure Front Door returns a 503 Service Unavailable when Range and Compression Headers are in the request
We're seeing an issue with our Front Door configuration where requests from the Facebook crawler are consistently seeing a 503 Service Unavailable error for all requests. This seems to be related to the combination of request headers used: …
Azure Front Door


FrontDoor: Custom Cert KeyVault Version Auto-Update
I have a FrontDoor with a custom certificate stored in KeyVault. I would like for FrontDoor to pick up the latest version of the certificate automatically. This Tutorial says it's possible: …
Azure Front Door


Deploying a React App to Azure VM failed at npm installing packages
Hello! My Azure virtual machine is ubuntu 18.04 with size of Standard B1ls (1 vcpus, 0.5 GiB memory). I intended to deploy a React website to it but failed at installing packages. It runs well in local test, doubt that if it's due to the vm…
Azure Virtual Machines
Azure functions consumption plan maximum RAM ?
What is the CPU cores and RAM assigned for azure function consumption plan for one instance ? How many instances we can scale up in japan east region ? Can we integrate virtual network for functions consumption plan ?
Azure Functions
Azure JAVA SDK API to get the list of VM sizes based on VM image
I am looking for Azure SDK or REST API (code sample) to get the list of available VM sizes based on VM image. I see below are only 3 options as per Microsoft Learn. but in Azure portal while creating VM after choosing VM we can see the list of…
Azure Virtual Machines
Error when mounting Azure Data Lake Storage Gen1 account
I'm using the code below to mount gen1 account on azure databricks configs = {"fs.adl.oauth2.access.token.provider.type": "ClientCredential", "fs.adl.oauth2.client.id": <service-principal-appid>, …
Azure Data Lake Storage
Azure Databricks
Problem accessing SQL Managed Instance from on-prem network
I am trying to connect to an Azure SQL Server Managed Instance from my on-prem network which is connected to Azure via a Gateway VPN. The gateway VPN terminates in VNET A and the SQL Server Managed Instance is in its own standalone VNET B. Do I need…
SQL Server on Azure Virtual Machines
Azure SQL Database

Azure Sphere Public API question: "Azure Sphere Public API client application ID"
We're working though this document, and don't see much detail around the Azure Sphere Public API client application ID. Is this an identifier that exists and we need to use it? If so, where do we find it? Or is this an identifier that we define? …
Azure Sphere

Azure Kinect Viewer: failed to start device, if you unplugged the device you must close and reopen the device.
Hello, my Azure Kinect Viewer cannot start Azure Kinect to collect images, but the microphone can work normally. The graphics card driver of the computer has been updated, and Azure Kinect can be found in the device manager.
Azure Kinect DK

Azure database Excel Connect to Xcel file issue error: 40
All of the credentials are correct, I have my IP approved....could it be that I have my database encryption? Details: "Microsoft SQL: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server…
Azure SQL Database

Protect an API with azure AD (without policy)
Hello eveyone, I've created some API (azure function) in Azure API management, I would like to protect the access of these API with a JWT token. I want to authorize identified clients applications to access to theses APIs. My clients…
Azure API Management
Microsoft Security | Microsoft Entra | Microsoft Entra ID
Switching from WindowsAzure.Storage to Azure.Storage.Blobs
WindowsAzure.Storage is being deprecated, so I'm switching to Azure.Storage.Blobs. I can't seem to find a way of enumerating the storage containers using this library. Is it possible? If so, is there a sample I can reference online? Thank you.