Category "azure"

Publish Multiple Bicep Templates to a Container Registry

We are in the process of transitioning our infrastructure from using ARM templates to Bicep templates. We have a dedicated repository with all of our template f

Connecting FIWARE Orion with Azure Cosmos DB

I tried using FIWARE Orion [1] and for the database I used Azure Cosmos DB Mongo API. I followed the steps as outlined in the issue [2]. The contents of the fil

Is it possible to create a dynamic device group membership based on the existence of a file on the local drive within Azure?

Looking for a way to create a dynamic device group membership based on a single file on the local drive in Azure. Tried utilizing Powershell within the rule syn

Is it possible to create a dynamic device group membership based on the existence of a file on the local drive within Azure?

Looking for a way to create a dynamic device group membership based on a single file on the local drive in Azure. Tried utilizing Powershell within the rule syn

Microsoft Azure iot-hub: The measured senosor values sent via device to iot-hub cannot be read stored Json data

We are using a data acquisition system as a device and send some signals values via MQTT protocol into a container which is assigned to an iot-hub. The connecti

ModuleNotFoundError: No module named 'azure.cosmos' on azure function in visual studio code

I've been trying to incorporate azure.cosmos into a azure function without using binding since the scenario isn't beneficial for it. The problem every time i tr

Release deployment completed event Azure Pipeline and Slack

I am configuring Azure DevOps integration in Slack https://docs.microsoft.com/en-us/azure/devops/pipelines/integrations/slack?view=azure-devops I am using below

In an Azure data flow, can joins and lookups only be done between datasets of the same type?

It's my understanding that lookups and joins in Azure data flows can only be performed between identical/similar formats. For example, between dedicated SQL poo

reactjs deployed on Azure-Static-web can't download blob

I have a Static web app in Azure. It's written with Reactjs and I want to download the response of calling an API. return new Promise((resolve, reject) => {

Azure.Data.Tables method - how to change from using shared key + Uri to managed Id?

I have an Azure function (HTTP Trigger) that writes to a queue, but also to a storage table. It's been working fine but now I need to move everything over to us

Is there a VPN solution in Azure that can assign a static public IP to the clients connected for me to achieve full tunnelling? may be in P2S VPN?

Is there a VPN solution in Azure that can assign a static public IP to the clients connected for me to achieve full tunnelling? may be in P2S VPN? P2S VPN does

How reliable is Redis Cache

I am planning on implementing Redis cache to improve my SaaS based application in azure. And I am thinking of storing credentials (azure Key/Vault info) in Cach

Azure Monitor metrics based on sum of existing metric values

I have a network resource that only has bytes in and bytes out as metrics, I want to derive another metric with the addition of both bytesin+bytesout. Please su

apt-update in Azure Nvidia gives publickey error

I started a NVIDIA VM on AZURE and trying to do update using sudo apt update but gives error: Hit:2 http://azure.archive.ubuntu.com/ubuntu focal InRelease

Inconsistent failure when downloading terraform modules in azure pipelines

working with a simple terraform build pipeline and everything seems to be according to plan except I get a "failed to download modules" error halfway through my

Getting Error with Azure Databricks and Terraform

I have the below code for my Databricks. At the moment i just have Workspace but no clusters in my Workspace required_providers { azuread = "~> 1.0

Extract ADF monitor data to blob using ADF

How can we copy adf activity monitor tab data into blob using adf copy and any other activity.

Azure Synapse Analytics Json Flatten

I'm new to Azure Synapse and currently have the following problem: I get a json that looks like the following: { "2022-02-01":[ { "shiftId": , "

Az Powershell Connect-AzAccount fails in docker container, but works on host

Problem I have a Windows 10 machine with Powershell 7. I wrote the following logic to sign into azure using a service principle: $Secure2 = ConvertTo-SecureStr

Bicep isHnsEnabled Cannot be updated

We are in the process of upgrading our ARM Templates to Bicep, one of which is for storage. In the initially ported Bicep file, everything worked fine and then