Move users from Azure AD Tenant to a different Azure AD Tenant
Due to a company divestiture, I need to move 3500 users from a current Azure AD tenant to a brand new Azure AD tenant. There is no on premise domain controller. I have seen articles on moving subscriptions etc but I have a selective move that needs to…
Azure Migrate

How do I rename a Blueprint.json when importing to Azure
Anyone know how to rename a blueprint.json definition when importing to Azure? AZ Powershell doesn't seem to have an option to rename the import. Powershell AzureRM module has a -NewBlueprintName option but it complains that it couldn't find the new…
Azure Blueprints

Azure Key Vault Set Secret from PowerShell- Pattern Match Exception
I am trying to bulk insert secrets to my Key Vault using power shell and Its throwing me Secret Validation exception saying Pattern Mismatch- ^[0-9a-zA-Z-]+$ But same secret, if i am doing manually in the portal, its working fine. Need some insights…
Azure Key Vault
Windows for business | Windows Server | User experience | PowerShell

azure powershell
Hi when I launch poweshell in Azure I receive the message in attach what is wrong with my account? Regards Roberto
Azure Cloud Services

Azure Maps : Select which layers are loaded for a style
I am trying to select which layers are loaded when a map style is selected, and am unable to locate documentation on how to accomplish this. My client is loading a 2019-10-16.json file which has a layerGroups property with an array of layerPath objects…
Azure Maps
Are there any restrictions on what I can do with data obtianed from Maps APIs?
I would like to specifically use the Query API from the Bing™ Spatial Data Services Application Programming Interface (API) for a data science project. This would involve: Submitting queries for certain locations from the API Creating a database…
Azure Maps
Allow cross database SQL queries for databases within an elastic pool
Hello, I have created multiple databases for my application. Some databases store master data, while I have multiple databases for storing transaction data for each financial year. Have tagged all such databases to an elastic pool. My application creates…
Azure SQL Database

Using pyspark dataframe input insert data into a table
Hello, I am working on inserting data into a SQL Server table dbo.Employee when I use the below pyspark code run into error: org.apache.spark.sql.AnalysisException: Table or view not found: dbo.Employee;. The table exists but not being able to insert…
Azure Databricks
Unable to connect to Azure SQL DW & DB via SSMS, SSDT - error 10060
Hi, I'm trying to connect to Azure SQL Data Warehouse via SSMS and SSDT from my local with SQL Authentication and AD universal MFA, but I'm unable to and getting error number 10060 (Connected host failed to respond ). I've added my client IP to…
Azure SQL Database
Azure Firewall
Azure Synapse Analytics
SQL Server | Other
How do I create an exploratory zone on top of my Azure Data Lake
Hi, My sincere apologies if this question would have been already answered. However, I searched hard but couldn't find the relevant information. Here lies my question: I have a Data Lake setup in Azure already. Further on, I have a requirement…
Azure Data Lake Storage
Am I able to run update/alter/delete queries on 'Cross-Database Queries in Azure SQL Database'?
Hello Is it possible to run update/alter/delete queries on 'Cross-Database Queries in Azure SQL Database'? Thanks in advance.
Azure SQL Database
Storage account FileShare Can I mount as Drive
Hi Have below questions. I have a storage account and inside storage account, I have file shares. And below is my folder structure Root\Account 1 Root\Account 1\ReadOnly Root\Account 1\ReadAndWrite Root\Account 2 Root\Account…
Azure Files
Write json document to azure table
Hi, I am using below code to write json document in a Azure Data Lake Gen2 container into a SQL Server table. Code: df =…
Azure Data Lake Storage
Azure Databricks

how to dynamically explode array type column in pyspark or scala
HI, i have a parquet file with complex column types with nested structs and arrays. I am using the scrpit from below link to flatten my parquet file. https://learn.microsoft.com/en-us/azure/synapse-analytics/how-to-analyze-complex-schema …
Azure Databricks

Azure - Error when trying to access cost analysis
I started today a pay-as-you-go subscription at azure and i created a new resource group with an SQL Server. When i am trying to access Cost Analysis i get the following error : Given subscription xxxxxx-xxxx-xxxx-xxxx-xxxxxxxxx doesn't have valid…
Azure Cost Management

Application Insights Custom Metrics Pricing
I'm using Application Insights and its custom metrics in my Azure Functions app. I use the LogMetric() extension to track metrics in my application, which appears in the customMetrics table in Application Insights. Are these considered Custom…
Azure Monitor
Azure Migrate : Consumption and AZ
Hello, We Would like to Migrate a huge workload from AWS to Azure using Azure Migrate : Server Migrate. We would like to know below 2 things, as it is not available in Microsoft Learn. What will be the compute capacity of CPU, Memory and…
Azure Migrate

[Bot Service] Similar mechanism to v3's receive() method?
Hi guys, Are you aware of some mechanism in the version 4 of the Bot Service Javascript SDK to be able to send a message from a dialog to a bot instance programmatically such as it was possible using the UniversalBot's receive() method, please see…
Azure AI Bot Service
Safe way to remove uniqueidentifier which is a primary key (clustered index) on a large 300 GB table in SQL Azure DB
Dear All, I have this table on an Azure SQL DB (S4 compute tier) which is 300 GB in size. On checking, I saw that the primary key is on an uniqueidetifier ID column. The fragmentation is over 99% as expected. As we know, it is not recommended to…
Azure SQL Database
SQL Server | Other
key vault - for multiple app service should I create seperate key vault in one environment
Hi All, I have multiple web apps in each env ( and 4 environments in different azure subscriptions ). We are trying to use key vault but would like to know - 1.) Micorosft document states that we should use separate key vault for each app…