Questions tagged [azure-subscription]

44 questions
3
votes
0 answers

Dynamically get all subscription ids under a given management group during ARM template deployment

I would like to know during the template deployment all subscriptions that are under a specific Management Group. I couldn't find any ARM template function that could get such info. Is there a way to get this information?
1
vote
1 answer

How to invite a new user to be co-administrator in Azure?

I'm pulling my hair out trying to do what I thought was a simple matter of adding an external co-administrator to my Azure subscription. Here's what I've done so far: From Azure AD, went through the "Invite External User" workflow to invite the…
1
vote
1 answer

Visual Studio sign-in in to my Azure subscription using Godaddy's email address

I am stuck at Visual Studio sign-in in to my Azure subscription using Godaddy's email address. I receive the below script error. When I signed up for my Azure sponsorship subscription I used my Godaddy's office 365 email and password. Any ideas or…
1
vote
1 answer

Can the classic Account Administrator on an Azure Subscription be changed, when the original Account Owner no longer exsists?

We have several (MSDN/Visual Studio Enterprise) Azure Subscriptions that was created by users that no longer exists in our Active Directory. As a Global Administrator I'm able to do almost everything, including giving owner rights. But I found a few…
Thomas Jespersen
  • 11,493
  • 14
  • 47
  • 55
1
vote
1 answer

Change Default Azure Subscription for Visual Studio

I work at a company that has plenty of Azure subscriptions. In Visual Studio, it appears that my 'DefaultAzureSubscription' will not change (or I just dont know how to do it). For example, I use the below method to initialize my subscription that I…
1
vote
1 answer

Azure ARM template vnet peering different subscriptions

I am trying to do the vnet peering for existing vnets in different subscriptions(hub and spoke model). I want to give the subscription id dynamically (not hardcoded). I know we can use the susbcription().id for same subscription but what is the…
1
vote
1 answer

Wants to move the Azure elastic pool (configured in failover groups) from one subscription to another subscription(different tenant)

We have Azure SQL databases in the Azure Elastic pool which are configured in the failover groups. We are planning to move the elastic pool from one subscription to another subscription(to different tenant). Is it possible to move the elastic pool…
0
votes
0 answers

Azure programmatically deploy subscription to specified MG

I am in the process of exploring how to create a new Azure subscription using Bicep, a declarative language for Azure resources. I'm using Azure DevOps to deploy the Bicep template. Specifically, I want to deploy the new subscription into a…
0
votes
2 answers

How can I have conditional parameter value in Azure Workbook?

How can I have conditional parameter value in Azure Workbook? I want to have one parameter called environment. It has some text values. E.g. it has two values test and production. Also, I want to have two other parameters: subscription and…
0
votes
1 answer

Unable to see Azure Subscriptions in the Azure DevOps Service Connection

I'm the owner of my Azure Portal Subscriptions and also my DevOps Portal Organizations also. But I'm not getting the Azure Subscriptions while creating service connection in Azure DevOps Portal. I tried Googling and applying some of the steps…
Vamsi
  • 5
  • 5
0
votes
1 answer

Reader role assignment to registered application via powershell at subscription scope

Trying to assign Reader role for application at subscription level using the following powershell command. but it gets failed foreach ($Id in Get-AzSubscription) { New-AzRoleAssignment -ObjectId '' -RoleDefinitionName…
DAK
  • 282
  • 1
  • 18
0
votes
1 answer

The Microsoft.Eventhub Resource provider in my subscription has a perpetual status of registering

The Microsoft.Eventhub Resource provider in my subscription has a perpetual status of registering and I'm not sure why. For some reason all of my subscriptions are in this same perdicument and I'm certain why. I attempted to unregister then…
0
votes
1 answer

Couldn't create subscription. Your account has reached its subscription limit. To create more subscriptions, contact Azure support

I am trying to create azure subscription from api. After making api request, I got this error saying: "(NotAllowed) Couldn't create subscription. Your account has reached its subscription limit. To create more subscriptions, contact Azure support.…
Nomi
  • 185
  • 2
  • 13
0
votes
1 answer

What happens when my Azure subscription is assigned to a different AAD?

I have an Azure Subscription linked to my AAD directory (AAD 'Dev'), and I have resources associated with this directory. However, I have a separate AAD test tenant (let's call it AAD 'Test') which some Visual Studio Teams SDK templates assume that…
Snekithan
  • 360
  • 3
  • 11
0
votes
1 answer

Azure Container Registry - SubscriptionNotFound error when pushing Docker image

I'm trying to push a Docker image to an Azure Container Registry, but I'm encountering a "SubscriptionNotFound" error. I have followed the necessary steps to set up the Azure Container Registry and ensured that I have the correct subscription ID and…
1
2 3