Autoshut down vm using Azure SDK fluent C#
This is my code to create vm in Azure using the Azure SDK fluent. My question is: I need to set auto shutdown option while creating VM, I need to set the time while creating the VM so in that…
This is my code to create vm in Azure using the Azure SDK fluent. My question is: I need to set auto shutdown option while creating VM, I need to set the time while creating the VM so in that…
I'm trying to ingest some Microsoft Flow API data into Azure Log Analytics. Goal is that a Power Automate send a JSON with the Flows details to Log Analytics. Here is the sample JSON : { "body": [ { "NAME":…
When updating an Azure app service there was an unexpected error when swapping the slots over as part of the deployment. The deployment was run again and was successful but it lost the connection to its fixed public IP address.…
I'm working on a Durable Functions setup where I have a timer trigger orchestrating a sequence of activities. However, I'm facing an issue with the logging sequence. Currently, the "Completed" log appears immediately after the timer trigger, but I want…
I’m trying to install az cli on windows using ado pipeline using powershell task Still az cli is not installing ? Any proper script that can install az cli ? I tried invoke web request to install and set env…
I am currently building a logic app that will turn off a VM during the months of January through March and May through November. The rest of the time, the VM will be turned on. This part of the logic…
This is resolved. Please look at the answers I am following this lab: https://github.com/AzureCosmosDB/Azure-OpenAI-Node.js-Developer-Guide/tree/main/Labs/first_cosmos_db_application After I received errors, I just copied the lab code so there should not be code side errors. In my .env file, I have: MONGODB_URI=mongodb+srv://<user>:<password>@phase-1-db.mongocluster.cosmos.azure.com/?tls=true&authMechanism=SCRAM-SHA-256&retrywrites=false&maxIdleTimeMS=120000 where…
I need to generate a unique Guid which contains only numeric and of length 20, for every row in the table. Currently, I am running one lookup activity (name - FetchIDs) to run the Stored procedure. Output of the lookup…
Requirement : I am trying to create a Azure Subnet into an existing VNet. Terraform IAC. Issue : I am unable to dynamically get the available IP ranges in the VNet's address space and assign one available IP to Subnet's…
I am attempting to provide access to someone on my account using least-required access by creating an RBAC rule in Azure that gives the person the ability to manage, create, and delete networking resources. However, when they attempt to delete…