Cannot remove a MoveCollectin in Azure. Tried it in portal or PS Remove-AzResourceMoverMoveCollection -MoveCollectionName MoveCollection-eus-eus2-eus2 -Resource
I'm trying to loop over an array of group names and I want to dynamically get the IDs of those groups so that I can assign roles to them. I just learned I can s
I have registered an Application on Azure and I am trying to get an access token using the following command. $Auth=Get-ODAuthentication -ClientId 01xex4x7-f0e2
AKS ingress with nginx and Key Vault certificates issue with creating secret from cert in vault. Cert is in the key vault has all required permissions. I've imp
The document structure is like this [ { "id": "1234", "SubmittedAnswers": [ { "PlantId": 3, "UniqueQualityId": "3_pe55d74fc5f92b
When I run the SELECT * FROM information_schema.statistics query database stopped processing other requests. At that time Azure monitoring display significant
I have one webjob that is continously inserting data into redis I have another time trigger function to read data from the same redis cache after every 5 minute
I have a automation account with run as account through which i'm running a powershell runbook. It usually does add/remove a member to a AD group in azure and a
I have a powershell script that runs locally on my Windows Desktop running powershell 7.2.1. However when run on a Microsoft Hosted Windows-Latest agent in Azu
When I publish my ABP project I get the following error: C:\Program Files\dotnet\sdk\6.0.100-rc.1.21458.32\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Conflict
I would like to report about the days features spend in each column of our kanban-board. So for an example output I want, we have a kanban with columns: Funnel
I am using terraform to deploy a SQL managed instance and need to store the 4 connection strings that come with it in azure key vault. According to terraform do
I am trying to use the command like so: a = 345 name = "myVM" Invoke-AzVMRunCommand -ResourceGroupName $RGName -Name $VMName -CommandId 'RunPowerShellScript' -S
I'm using Power BI Dataflows to access spreadsheets I have in blob storage. I have configured IAM permissions on the storage account for myself and the Power BI
User is logged in (Windows 10) and connected to Azure AD, but can't setup any software since administrator account is required. When I try to use admin account,
I m working with azure add and have more then 10 microservices. have existing implementation with ADAL library. now I have started converting my microservice to
I'm facing this issue while installing terratest by azure yaml pipeline : C:\hostedtoolcache\windows\go\1.17.1\x64\bin\go.exe install -v github.com/gruntwork-io
So I am using Firebase SDK to send push notifications to my android clients. On local IIS this is how I have configured FirebaseSdk. In Startup.cs I have Fir
I am using Visual Studio version 16.7.3 (latest) and recently came upon a problem. I am creating an Azure Function, using .net Microsoft.Azure.WebJobs. Everythi
I am exploring various methods to get configuration data from Azure App Configuration and got most methods working however I am struggling to implement the Azur