skip to Main Content

Terraform and Azure: Problems with association between NetworkSecurityGroups and Subnets

While applying my terraform script, I'm getting the following error: ╷ │ Error: A resource with the ID "/subscriptions/***/resourceGroups/rg-subnet-test/providers/Microsoft.Network/virtualNetworks/subnet-test-vnet/subnets/subnet-test-subnet" already exists - to be managed via Terraform this resource needs to be imported into the State. Please see the resource…

VIEW QUESTION

Azure Communication Services: Our services aren't available right now We're working to restore all services as soon as possible Please check back soon

I am trying to use Azure Communication Services to create a user identity and then fetch relay configuration for network traversal. Here is the code: const { CommunicationIdentityClient } = require("@azure/communication-identity"); const { CommunicationRelayClient } = require("@azure/communication-network-traversal");; const main =…

VIEW QUESTION

Troubleshooting Inconsistent Work Item Retrieval in Azure DevOps Release API

I have an Azure DevOps API for fetching the releases between the start date and the end date https://vsrm.dev.azure.com/${organization}/${project}/_apis/release/releases?minCreatedTime=${startDate}&maxCreatedTime=${endDate}&api-version=6.0, startDate : 2024-05-27, endDate : 2024-07-11 Basically, when I run this API it gives the releases which contain the release id…

VIEW QUESTION
Back To Top
Search