Can i access Gen1 and Gen 2 datalake sources from the same databricks cluster
If I have access to Gen 1 datalake sources on databricks cluster. Can I add Gen2 sources on the same databricks cluster and access them both Gen 1 and Gen 2 from the same databricks cluster Or Do i have to create separate cluster for connecting to gen…
Azure Databricks
How to get the total requests count for that particular API using powershell.
In Azure portal, if we navigate to API management service, under analytics option, we can get the total requests count for that particular API. Likewise, we have multiple API management service, so to get the count we are going to each API to get the…
Azure API Management

issuing commands Azure container instance while staring the container
Hello, I am using the terraform v0.12.25, to send the command to the container while starting using 'commands', but getting the error: no such file or directory" code snippet. commands = ["caddy reverse-proxy --from…
Azure Container Instances
Virtual machine associated resources
Hello Team, I am looking for easy method to list of virtual machine's associated all resources, Ex : on vm1, I would like to know associated NSG,ASG, OSDisk, Data disks, Subnet, vNet, NSG, Load Balancer, Associated storage account (for Diag…
Azure Virtual Machines
Azure Powershell - Test Stream analytics job refererence input
Hi, I'm trying to test Stream analytics job inputs and outputs from Powershell (it is part of release pipeline). Everything is fine unless I come across an input of type "reference" (eg. SQL database). I'm using command…
Azure Stream Analytics
Can we built re usable components in Logic apps
Hi I have scenario where we call multiple 3rd party web services in logic apps,we need to pass username and password in the header to call the web services. In logic apps before we call the services i am constructing the Http Header with username…
Azure Logic Apps
[PORTAL AZURE] AADSTS90033: A transient error has occurred. Please try again.
Hi, I'm trying to login to portal.azure.com, but this error started to appear for me. Request Id: 5b0b8a1e-d853-4215-a20d-8c9e54330900 Correlation Id: 325f9d57-2d8d-4a9a-b9e1-915bc77ebb9c Timestamp: 2020-09-28T21:59:19Z Message: AADSTS90033: A…
Azure Virtual Machines
Error: too many redirects
The site https://linuxpickapp.azurewebsites.net/ displays an error: This page isn’t working linuxpickapp.azurewebsites.net redirected you too many times. This app is set up on a Linux OS using PHP 7.3.
Azure App Service

How to overcome the problem of length constraint of Base URL in Logic App Custom Connector
How we need to provide the Base URL which has more length and exceeds the number of characters in Logic App Custom Connector. We are facing issues if Base URL is not provided correctly, but if length of Base URL exceeds then how we can overcome this…
Azure Logic Apps
ADF - Restart Pipeline - Start from Failure
On failure of a pipeline, I am trying to rerun the pipeline, by providing the run id and startFromFailure as true. Now in my pipeline, I had a foreach activity which processed 3 files - out of which 2 files were successful and 1 file failed. When I…
Azure Data Factory
copy from json as source to azure database
Copy from json source to azure sql dw fails to load. I am getting the below error message while loading the data to database. I guess I have to make some changes to mappings.. not sure what exactly. Also in mapping tab I cannot use CollectionReference…
Azure Data Factory
Computer Vision Containers GA Date and Roadmap
Been using the containers option for computer vision here Is there any roadmap for this to become GA though? Our sec teams like the idea of using this on premise rather than cloud.
Azure AI services

weird behaviour of copy data activity in azure data factory
Hi Experts, i have 2 activity which copies the data from table in azure sql db to other azure sql db which is in VNET. config of source sql db is S7800 DTU and that of destination db is S6400 DTU. the amount the data which is transferred in…
Azure Data Factory
Are Instance Pools and Elastic Pools same when it comes to Azure SQL PaaS?
Are Instance Pools and Azure SQL Elastic Pools same thing when it comes to Azure SQL PaaS ? In the video https://www.youtube.com/watch?v=aRwJGaB3zsA it mentions about Instance Pool, so i would like to know if it is same as Elastic Pool or not. Thanks
SQL Server on Azure Virtual Machines
Azure SQL Database
Azure PG edit pg_ident.conf
I was wondering if it was possible to edit the pg_ident.conf file. I am hoping that a mapping will resolve the issue our application is having with the @hostname. I want to avoid changing the code. I can currently connect to Google PostgreSQL…
Azure Database for PostgreSQL

Database Firewall Settings
I am attempting to configure MySql firewall for container instances. I have successfully parsed the output from the CLI to get the new public ip address of the container instance, however, it does not seem to use that ip address to connect to the…
Azure Container Instances
Azure Database for MySQL

How to bind database to new TDE Cert?
This is the code I use for the binding to new cert. USE [AGplaceholder] GO ALTER DATABASE ENCRYPTION KEY ENCRYPTION BY SERVER CERTIFICATE NEWTDECert; GO From this Updating an expired SQL Server TDE certificate article. However, it's not working when…
Azure SQL Database
Developer technologies | Transact-SQL
SQL Server | Other
Azure VM Traffic mirroring
Hello, For monitoring and application performance analysis purposes, we need to mirror the traffic from several virtual machines to a single VM, containing the intellectual TAP appliance. The idea is that all the traffic from multiple front-end servers…
Azure Virtual Machines

Inter-VNet connection possibilities with overlapping address ranges
I need to create independent groups of 2-3 VMs. In each group there must be a network with a fixed, private CIDR (e.g. 192.168.1.0/24), which is used for inter-VM communication. The important thing is, that the CIDR cannot be changed and need to be the…
Azure Virtual Network
Azure IoT Central Graph Legends
Scenario... A system has a Device Group called SeeeduinoLoRaWAN. This Device Group has 5 devices with Device IDs SeeeduinoLoRaWAN1 thru SeeeduinoLoRaWAN5. When the devices are provisioned the Device Names are the same as the Device IDs. The device…