python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Azure account vs tenant (and maybe vs management group)
I'm having some difficulty seeing the differences between an Azure account, management group, and tenant. They seem to have in common that all can contain multiple subscriptions. I get the idea of t...
Andrew
Votes: 0
Answers: 1
Azure REST API: Stop a classic service
I'm trying to invoke Azure REST API from Powershell to start/stop a classic service.
$headers = New-Object "System.Collections.Generic.Dictionary[[String],[String]]"
$headers.Add("Autho...
Ahmad Masalha
Votes: 0
Answers: 2
Enforcing Azure Policy for Convert Tags either being all lowercase or all uppercase
Error : Editing policy definition 'Enforce Lowercase or Uppercase on Tags and their Values' in
'subscription ABCXXX' failed. A function or parameter in policy assignment ''
associated with the policy ...
Madhur Asati
Votes: 0
Answers: 1
Unable to Create Pool using Azure Batch Management Library with ServiceClientCrenetials generated via AzureCredentialsFactory
I am using this documentation to assign a managed identity to my Batch Pool. For simplicity I do not include that assignment in the examples below as the issue is not tied to that but rather to access...
INNVTV
Votes: 0
Answers: 0