C# console application in Azure
I have a console application in C# that search for specific records in DB and outputs them to the console. For the console application to find and list all the records it usually takes 30 minutes. If I want to…
I have a console application in C# that search for specific records in DB and outputs them to the console. For the console application to find and list all the records it usually takes 30 minutes. If I want to…
For azure cdn i'm excpecting to add rule engine/delivery rules ,so here in one of the block called request_scheme_condition contains two arguments are match_value & operator here match_value is expecting list of strings and operator is expecting string only. variable…
What I want to Achieve - Azure Service Bus Message Listener to start / stop receiving messages from queue/topic. Below is a detailed explanation. Currently I have integrated Azure Service Bus in my application and we listen message as soon…
Is there a way within a Release pipeline in Azure to pass variables created in one stage to the next stage? I see lots of documentation about using echo "##vso[task..... - This however does not seem to work within the…
I learning azure, specifically datafactory, so in a basic exercice. 1 - I should create a input container, and a output container (using azure sorage 2). 2 - After that, i created the datasets for input and output. 3 -…
I am creating a dataset of Azure blob storage type. While watching youtube videos of ADF i saw sometimes we import schema and sometimes we not can you please guide me when we have to click on import schema
To get detailed info of ec2 instance via python in AWS, we can create a lambda function and use describe-instances boto3 api to fetch the results. I'm looking for similar solution in Azure. To get VM information via python in…
How can I change the appsettings on the preview environemnts that are generated by the Azure Static Web Apps CI/CD Github Action for each pull request? I can go to the portal, navigate to the generated environment and change its…
I have an old .NET project. I created an Azure Devops pipeline for it, a build and a deployment pipeline and I'll deploy it in 2 different environments. I store some secret in Azure Keyvault, and the remaining parameters in…
I have 100 dataflows ,50 pipelines and their related datasets variables etc. Now i want to use Synapse service and want my all pipelines amd stuff of ADF into Synapse. My Adf is git configured Can we export them in…