Skip to main content
3 votes
2 answers
96 views

With the below KQL query, I'm extracting accesses to Azure Key Vault secrets and keys in log analytics, by extracting name of the Key Vault resource (kv) and its accessed keys and secrets (sec) from '...
Luc Vanden Elschen's user avatar
0 votes
1 answer
36 views

I have app service which hold > 10 web jobs. So far using Invoke-RestMethod -Uri $kuduApiUrl -Headers $zipHeaders -Method PUT -InFile $zipPackageFile Apparently it is deprecated. So now we tried: ...
srishti purohit's user avatar
0 votes
1 answer
62 views

I have the resoruces in the resource group with the virtual network integrated, public network access disabled and having private endpoints connectivity. I'm trying to fetch the customer visible DNS (...
VivekAnandChakravarthy's user avatar
0 votes
1 answer
284 views

My organisation got an email from Microsoft recently: Azure SQL Database 2014-04-01 APIs will be retired on 31 October 2025 You’re receiving this email because you use Azure SQL Database APIs. To ...
Meghna Panda's user avatar
0 votes
1 answer
131 views

I am using an ApplicationAccessPolicy in Exchange Online to restrict an Azure AD application’s access to only one specific mailbox (my personal account). The goal is for the application to only access ...
famas23's user avatar
  • 2,330
0 votes
0 answers
93 views

I’m using Azure DevOps pipelines and trying to determine if certain steps like Docker push, Helm push, or GitHub tagging were successful. I'm using the .Succeeded property of previous tasks to ...
kancharla chandra's user avatar
1 vote
2 answers
366 views

I have a script that runs in an Azure DevOps pipeline that was working up until this morning (18/6/2025). I previous had to upgrade a MS Graph Access token breaking change here The Azure DevOps ...
Aiden Dipple's user avatar
0 votes
2 answers
65 views

I have the following code # Variables $task3storageAccountName = "testRG" $actionGroupName = "Storage Admins" $actionGroupShortName = "SA Admins" $notificationName = &...
Álvaro's user avatar
  • 1,388
1 vote
1 answer
114 views

I'm using a PaaS system that comes preconfigured on Azure with a large number of alerts. I want to update these alerts with an Azure Az Powershell v14 script by adding an Action Group to them, to get ...
Daniel's user avatar
  • 105
-1 votes
1 answer
128 views

I would like to create ACI using the following command in PowerShell: New-AzContainerGroup -ResourceGroupName acr -Name benighilmohamed ` -Image alpine -OsType Linux ` -Command "echo 'Hello ...
Mohamed's user avatar
  • 273
3 votes
1 answer
3k views

I am creating an app registration and adding app roles to the app registration via AzurePowershell task via Azure Devops YAML file. This worked for months and the last time I did a successfull ...
Sergio's user avatar
  • 177
1 vote
1 answer
88 views

I am trying to set up a Sql Sync Member to a database in another tenant using the New-AzSqlSyncMember however whenever i run it get the error message New-AzSqlSyncMember: Long running operation ...
user22067338's user avatar
0 votes
1 answer
500 views

I am attempting to use update-mguser in an unattended powershell script. I can't use New-MgUserAuthenticationEmail or update-MgUserAuthenticationEmail because they don't support application ...
dmw_code's user avatar
1 vote
1 answer
126 views

I have to load types defined in kusto.data.dll for making Kusto query to get data from Azure Data Explorer cluster. When I use Add-Type -LiteralPath $packagesRoot, it fails with Unable to load one or ...
user9297554's user avatar
0 votes
1 answer
79 views

I have to run kusto query for my ADX cluster to get some data from Database from my Runbook. currently rest of the commands/scripts in my runbook are in Powershell, but I am not able to find ...
user9297554's user avatar

15 30 50 per page
1
2 3 4 5
204