Azure machine learning - Trying to use an analytical function from SQLite results in error
When trying to use the LAG function from SQLite on an Apply SQL Transformation module from Azure Machine Learning designer results in a error, saying the sintax near "(" was wrong. The SQL code: select t1.id, t1.veiculo, lag(t1.id)…
Azure SQL Database
Azure Machine Learning
Azure Logic Apps Import csv from BLOB storage into Azure SQL VM
I have a logic app process that downloads email attachments and moves them into blob storage. I am wanting to move from blob storage into Azure SQL VM and I get the following error: "error": { "message": "A value must be…
SQL Server on Azure Virtual Machines
Azure Logic Apps
ADF Tumbling Window Trigger:Dependency trigger not triggering properly
Hello, I have created a tumbling window trigger for my Azure Data Factory Pipeline Test_Daily with recurrence as 24 hours. For this pipeline, i have added a dependency trigger lets say Test_Hourly (which runs every hour) with offset as 1.00:00:00(1…
Azure Data Factory
Create On Demand HDInsight from Data Factory in an existing VNet
The Azure Data Factory can create an on-demand HDInsight (linked service), which is automatically deleted after the job running on it finishes. Is it possible to have this on-demand HDInsight created in an existing VNet?
Azure HDInsight
Azure Data Factory
Accelerate Azure VM start time in Azure Batch pool
We are developing a service which is supposed to interact with Azure Batch and create pool of Virtual Machines (i.e."worker nodes"). The Virtual machines will be created from custom image (from a shared image gallery) with some installed…
Azure Virtual Machines
Azure Batch

Windows Virtual Desktop - Pooling
Hi, How does Windows Desktop work? Mean when I have limit the VM to 5 users at a time, how does a new VM spin up? or do I need to configure this? If so how. Also if another VM is booted up, how does it shutdown when not in use? and boot back up
Azure Virtual Desktop

Connecting Azure Kubernetes Service and Azure Database for PostgreSQL using Azure Key Vault .
Connecting Azure Kubernetes Service and Azure Database for PostgreSQL using Azure Key Vault . AKS : Cluster is ready Azure Database for PostgreSQL : DB is ready I would like to know the steps to connect to PostgreSQL DB on existing the AKS…
Azure Kubernetes Service
Azure Database for PostgreSQL

Windows Virtual Desktop hangs on deployment
I've been trying to get to work WVD but I'm either getting a failure on dscextension (check the path to some ps1 file in the VM) or it hangs on dscextension. I've tried multiple times, following official MS documentation then…
Azure Virtual Desktop

Replication for Azure VMs with private IPs
Hi I am failing to replicate an Azure VM with a private IP, I can't install a Mobility Agent - but all this is achievable with a VM with a public IP. My question is how do I replicate a VM with a private IP.
Azure Virtual Machines

Azure Batch Smalldisk custom image
Hello, We are trying to build an application which will use custom images in Azure Batch Pool. In Azure Batch, the 'Marketplace' Image type has provision to deploy 'smalldisk' worker nodes for 2016/2019 Datacenter. Currently as part of Image…
Azure Virtual Machines
Azure Batch

Visual Studio 2019 controller agent Azure Vm
my task is to create a vm to use as an agent to use for load testing I have VS 2019 I created an Azure VM using the following template:…
Azure Virtual Machines
Azure DevTest Labs
Developer technologies | Visual Studio | Testing

Load Simulation - Compare SQL performance on-prem to Azure
(I'll cross-post this to Azure Q&A as well...) I need to perform a load simulation against an on-prem SQL Server and against a Azure VM running SQL Server. The purpose is to compare latency, response time, etc. I get there are many variables…
SQL Server on Azure Virtual Machines
Azure Virtual Machines

Default NSG for Windows communication
Hi, am I the right way? I want to create a rule pattern to use on all Windows servers on the network in Azure with domain server. Is there a pattern already created by someone who can share? Or can someone suggest me more rules to create…
Azure Virtual Machines


Velero POD deployment is getting crashed in AKS
Velero to Backup AKS cluster We have deployed Velero in our kube cluster engine which is running in Azure stack environment. The Velero platform we installed : "velero-v1.4.2-linux-amd64". Later using the command velero install we deployed kube…
Azure Kubernetes Service

How to delete specific data from files stored in Azure Data Lake
I'm migrating data sets to be stored in ADLS. After certain period I want to delete data within this data set that is more than 3yrs old. How can I do that? I do not want to delete the file, but specific data within the files.
Azure Data Lake Storage
Azure Data Lake Analytics
Why is the field "compute target" for data drift monitoring in ML studio still blank whereas I have a compute instance?
I have created a compute instance: Virtual machine size STANDARD_DS3_V2 (4 Cores, 14 GB RAM, 28 GB Disk) Processing Unit CPU - General purpose But, I'm not able to access it when trying to set it for data drift monitoring. The…
Azure Machine Learning
Azure APP deloyment error - nopcommerce
{"code":"DeploymentFailed","message":"At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/DeployOperations for usage…
Azure App Service
Windows 10 virtualization - VDA licensing question
Hi Team, We are implementing VMWare Horizon in our on-premise infrastructure. We have some doubts regarding the licensing model for Windows 10 VDIs. All of the users which will connect to VDIs are running Windows 10, not all of the users have an…
Azure Virtual Desktop
Windows for business | Windows Client for IT Pros | Storage high availability | Virtualization and Hyper-V
Windows for business | Windows Client for IT Pros | User experience | Other
Data factory API Trigger runs by order
The Sample Request and Body in the examples does not show how to sort the order. How do you get the latest succeeded run ? https://learn.microsoft.com/en-us/rest/api/datafactory/triggerruns/querybyfactory Managed to filter the successfull runs…
Azure Data Factory
How to create purposefully outdated virtual machine
Hi, i work as a security engineer. in my work, sometimes i would demonstrate a certain exploit to a certain vulnerability. I am now learning Azure, and wonder how can I create a VM, with previous version of Windows or Linux images? let say I want to…