Azure Data Factory - HTTP Connectors
Hi I am working in Azure Data Factory and doing "Copy Data Activity from HTTP Connector". It works for me but only the first page is getting saved into the database table. My question is how to do pagination in HTTP connector.
Azure Data Factory
Public IP is not attached to the VM After failover
Public IP is not attached to the VM After failover. I tried with this URL for automating test failover for this in runbook. https://github.com/Azure/azure-quickstart-templates/blob/master/asr-automation-recovery/scripts/ASR-AddSingleNSGPublicIp.ps1
Azure Site Recovery

Azure maps: Trying to draw direct line between two point at two corners of world
Am trying to plot direct line between "green arrow location"(right top corner) to "destination popup point". But it's moving all around world as shown in picture. Any suggestion? Please find image for reference. Other lines whose…
Azure Maps

postman generated accessToken cannot be used for "Get all planner plans associated with group" request
I made use of "Get User Access Token" request from postman to get the userAccessToken then using this token; i get "You do not have the required permissions to access this item." when i called "Get all planner plans associated…
Azure App Service
Monitoring SQL Server and SSAS i Log analytics
Hi, I am trying to make a monitoring dashboard with Log Analytics. I have seen many tutorials for writing KQL queries using the table Perf in Log Analytics. But how do I turn on the logging of this data from my SQL server and SSAS server? Br Julie
Azure Monitor
HDInsight Spark Cluster Customization with Boostrapping and Custom Action Scripts
Hello All We use both bootstrapping (via ARM templates) and action scripts to provision our HDInsight Spark Cluster (HDI 3.6, Spark 2.3). We face several challenges (in no particular order): First, some of the bootstrapping statements are not…
Azure HDInsight


How to move blobs between Azure blob storage containers in java
I have two containers under same storage account. I am trying to move a certain blob from one container to other (release to backup). Right now what I do is download the file from release container and then upload it back again to the backup container.…
Azure Blob Storage
Synapse Azure Preview - ServerName
Hi, I am trying to pause SQL pool in Synapse (Preview version) via PowerShell command and Automation. I've found this: Suspend-AzureRmSqlDatabase –ResourceGroupName "myResourceGroup" –ServerName "nsqlpoolservername"…
Azure Synapse Analytics
How to copy data from Azure SQL Database to Azure Synapse?
Hello Experts, I am pretty new to Azure Data Factory and struggling with a simple problem. I've done this in SSIS but now trying to implement the same in Azure Data Factory. I have a list of tables that I would like to copy the data on an incremental…
Azure SQL Database
Azure Synapse Analytics
Azure Data Factory
QueueTriggered FunctionApp failing with : Timeout exceeded
I am running a QueueTriggered FunctionApp developed in Python under App Service Plan : myFunction (EP3: 1) Earlier I had set functionTimeout host.json to 02:00:00 but it failed with error Timeout value of 02:00:00 was exceeded by function:…
Azure Functions
Azure Queue Storage
What is the impact of setting ASPaaS\AlwaysUseGateway to false
HI all everybody, this is my first post and I'm here to ask for your help. This is the scenario on my Team: Client - Visual Studio 2019 connecting to AAS deploy using a server of IaaS as data source - issue And they sent me this image…
Azure Analysis Services
SQL Server Analysis Services
azure batch samples for python - sample 2
I am looking at azure batch sample 2 for python: https://github.com/Azure-Samples/azure-batch-samples/blob/master/Python/Batch/sample2_pools_and_resourcefiles.py As far as I can see, the 'command line' for the pool StartTask simply executes a python…
Azure Batch
azure MPI inter node communications limit ?
I have just seen this page: https://learn.microsoft.com/en-us/azure/batch/batch-quota-limit#pool-size-limits does this really mean that you can only run batch jobs that require inter-node communications on pools of no more than 80/100 nodes ? …
Azure Batch
Revert snapshot after capture image
Is it possible to revert a snapshot from windows 10 azure vm after sysprep and capture the azure vm.
Azure Virtual Desktop
Redirecting user in Azure App Service Plan with Slim Framework
I'm using Slim 4 in my Azure App Service. In my code, I'm trying to redirect user to a URL: return $response ->withHeader('Location', 'http://www.google.com') ->withStatus(302); When I run it on my local computer on WAMP server using…
Azure App Service
ASDK AAD deployment - Type 'Prerequisite' of Role 'CA' raised an exception - installer UI version 1.0.13
Hi, could you please help with the error ? follow the details
Azure Stack Hub

Cost concern of Azure RedHat SQL VM
I have been setting up an SQL VM using RedHat. I saw some satellite repositories enabled while installing packages. The problem I'm having is that whether we get paid more than advertised on Azure since RedHat satellite repository enabled by default.
SQL Server on Azure Virtual Machines
Log Analytics Workspace: understanding data ingestion sources
I recently activated a Log Analytics Workspace for my AKS cluster and I had half of my ingested data coming from "LogManagement", while the other half from "ContainerInsight". What is "LogManagement" and how can I reduce…
Azure Monitor
Azure Kubernetes Service
Communication problem when connecting application from Citrix. Citrix is runnign in Azure
Hi Team, We have used patch KB3194798 for avoiding authentication issue from citrix to connect to DB . It was worked in Windows server 2016 But the same patch is not working in Azure end Windows server 2016 Datacenter OS version 1607. Kindly…
Azure Virtual Machines
how to check public ip if connecting to a VM
I got a public ip,but I don't how to check public ip if connecting to a VM. Thanks.