I have an ETL pipeline that gets triggers when file is uploaded into Datalake location "Processing" folder, Once data is processed I want to move the file to d
I'm trying to get data from an ADF variable and append it to a file available in an on-prem file server. I've also created a self hosted IR to connect to the on
maybe someone can help me with my situation. Scenerio: I created a terraform script which create a windows 10 Virtual machine in Azure. At the end the terraform
We have following setup in Azure configured using this guide (https://docs.microsoft.com/en-us/azure/architecture/reference-architectures/apis/protect-apis) App
I'm trying to edit appsettings (.net) in azure pipelines, it's for differents environments(production, development, etc..) For example I want to change this val
Event 1 Custom Event Prop1- abc customDimensions ID - [4,6,11] //multiple id’s Category- Q //can be one of P,Q,R,S Event 2 Custom Event Prop1- abc cu
I am using Microsoft Learn to setup the following lab: https://docs.microsoft.com/en-us/learn/modules/load-balance-web-traffic-with-application-gateway/5-exerci
import datetime from distutils.log import log import logging import os import azure.functions as func def main(mytimer: func.TimerRequest) -> None: utc_
I am trying to use Secure Webhook solution by Microsoft Azure to send Planned Maintenance Events to my web application's endpoint. However, while testing the we
I have been struggling with an application hang, randomly, I have a very large number of files to download (~100k), after a random number the script will hang,
While trying to set up Nextflow with Azure Batch (NF-Core), I am getting following error. I tried this on multiple workflows (sarek, ataseq etc.) I get the same
I am not able to find the way to connect ADLS Gen 1 in a synapse notebook. I already have existing linked service for ADLS Gen 1. I have seen some of the docume
so I'm doing a school project where I'm trying to fetch data from my Azure blob-storage and then displaying it on a website which is creating in ReactJS. I've m
Azure SQL Database supports Full recovery model and we can't change the recovery model of Azure SQL Databases. As mentioned here while making
Is it possible to mix two authentication modes? Internal user: Azure ad External user: form authentication So far I have this: @EnableWebSecurity @EnableGlobalM
I'm running like 20 notebooks concurrently and they all update the same Delta table (however, different rows). I'm getting the below exception if any two notebo
I am experimenting with Node.js and the application insights SDK in two separate function apps. Nodejs is just what I am comfortable with to quickly poc, this m
I need assistance with a company website I'm working on that should be linked up with Azure Active Directory. I have read those Azure Active Directory Docs. Our
I have a Win32 service that runs in an AD environment. Very early in its startup phase, this service now needs to make ADSI calls in order to find out the compu
this is part of a code that reminds users if their active directory password is about to expire. It used to work, but now I get this error out of a sudden! Mayb