URGENT - In Final Testing - Mapped Array when NULL is causing Error
Hi ALL! @Anonymous @Anonymous @Anonymous I have an Array in our json source for a Copy Activity: "phoneNumbers": [ { "isPrimary": true, "type": "Personal…
Azure Data Factory
Azure File share both AD Auth and Managed Identity with Azure Function ?
We have a single Azure File Share , which is accessed by 2 resources namely 1) Azure function to Azure File Share 2) On-Premises VM via file mount option using AD Authentication (not Azure AD, but on-prem AD)…
Azure Files
Azure Functions
Microsoft Security | Microsoft Entra | Microsoft Entra ID
replicate database (from either standby or norecovery)
I am trying to find a way to back up/replicate database that is in either standby or norecovery mode. Currently, both database are in Azure VM, and eventually I am trying to pull necessary data into Azure SQL database. I could use either one (standby…
Azure SQL Database
SQL Server | Other

Azure ML Studio pricing and how to shutdown when not in use
HI All, I am new to Azure. I started learning azure machine learning recently, using Azure ML Studio (classic) coz I read that it is a free service. I just tried a small experiment in it, few days back and logged in today after that , just to try some…
Azure Machine Learning
Azure Virtual Machines
Azure Lab Services
How can i create a spatial anchor which links to a iot device ?
Hi i want to create a simple spatial anchor app which can display real time iot data. I would appreciate if you could guide me on how i can do it. A tutorial would be great. Is a iot hub registered device (raspberry pi) together with a spatial anchor…
Azure IoT Hub
Community Center | Not monitored
Select DISTINCT column values from Input
Hi, I have multiple entries in table in a single sec, and I want to fetch the single value only, or we say distinct , is there any way we can do that, because DISTINCT is not allowed in stream analytics query
Azure Stream Analytics
what is option available to send SMS worldwide users’ mobile number (any location) and service should be low cost
Hi All, what is best way to send SMS, to any phone number in world. Azure communication service only use in US phone number. what is other options available. please suggest us also service cost should be low.
Azure Functions
Azure Communication Services

Authentication using key in new library .Net v12 SDK
Earlier I was using .Net v11 SDK and below code was working fine. Microsoft.Azure.Storage.Auth.StorageCredentials storageCredentials = new StorageCredentials(accountName, accountKey); CloudStorageAccount cloudStorageAccount = new CloudStorageAccount(…
Azure Blob Storage
Developer technologies | C#

Role assignment for editing and exporting Assessments in Azure Migrate.
I do not want to grant a colleague Contributor Role access to the Resource Group containing my Migration Project as it would grant him far too much power. He only needs to edit, recalculate and export Assessments from the 'Azure Migrate: Discovery and…
Azure Migrate

Azure Face - Unable to Delete "Persons" from "Persongroups"
Using Postman, I am unable to delete a person from a person group. I am receiving the error below. Are services down? I have been receiving the error all day. { "Error": { "Code": "ServiceUnavailable", …
Azure Face
Azure AI services
Data Factory New Line in Columns within csv files causing errors
I am sending Dynamics Dataverse data into a data lake and annoying the only option at the moment is csv. Of course there are some files with new lines in the columns and these are causing the following errors: Just one example: …
Azure Data Factory
VPN Log-in problem
Hello there, I wonder why I can't connect with a remote desk with Hamachi Logmein. When I click on "Browse", it came up with my own document. After trying almost all methods including unprotect the Hamachi by the Firewall or change settings…
Azure VPN Gateway
run 2 custom script extensions linux scaleset
Is there a way to run 2 custom script extensions for a linux vm scaleset when deploying via ARM Template? As of right now I can't as it give me the following error.... Showing 1 out of 1 error(s). Status Message: Multiple VMExtensions per…
Azure Virtual Machines

How list all Vms to monitoring
Good afternoon, My company is going to the cloud, and I would like to know how I can build a dashboard listing all VMS created with performance indicators, CPU, memory, disk, etc. How I use azure monitor
Azure Monitor
Azure VMware Solution
Is there a way to prevent external invited users from being in IAM roles on a subscription?
Looking to see if it's possible to prevent/block guest accounts from IAM roles on a subscription.
Azure Role-based access control
Run job only once
Hi, In Logic Apps, there are couple of HTTP triggers (1) HTTP - has to provide recurrence, i.e. how often to call (2) When a HTTP request is received - Request How can I create a "HTTP get - process" flow and make it run only…
Azure Logic Apps
How can i paid global Translator Text API subscription?
Hi! I want to deploy a custom model translator. But when i click button deploy, It show me a message "Can't deploy or undeploy model You need a paid global Translator Text API subscription to deploy a model." . How can i paid global…
Azure AI Translator
Logic Apps of type event hub listener process one message per instance
Hi, I am sending 100 messages every minute to an event hub. In my logic apps, I have a “when events available in Event Hub” trigger whose time interval is 1 minute. Instead of 1 execution every minute, I see 100 executions and each process 1 single…
Azure Logic Apps
Azure Event Hubs
Can I deploy and manage Function App vis REST API?
Hi , Can I deploy and manage Function App vis REST API similar to the way I could do for Logic App? Thanks, Jianying
Azure Functions
Should I create EventProcessorClient per partition to increase throughput?
Hi , I am doing an integration to sink data into Event Hub using Apache Camel. I created a small Camel test to read messages from Event Hub. I have another process that runs in parallel to push data into the same event hub. My event hub has 4…