Could not determine if Azure DevOps belongs to a Azure subscription - azure

I am an owner of an Azure DevOps Organization - e.g. "lab.visualstudio.com". We are planning to decommission our Azure subscription. I try to find out if the decommission will affect my Azure DevOps Org.
I can see "lab.visualstudio.com" is connecting to my Azure subscription for billing purposes. However, I could not find "lab.visualstudio.com" in my Azure portal.
Is there a way to determine if "lab.visualstudio.com" belongs to one Azure subscription? In other words, how can I know if decommissioning my Azure subscription will also decommission my Azure DevOps Organization?
Thanks in advance!
Notes: I saw someone's Azure portal has their Azure DevOps Organisation on it (screenshot attached). I am wondering why mine does not show in my Azure portal.

Is there a way to determine if "lab.visualstudio.com" belongs to one
Azure subscription?
To find the Azure Subscription associated with your Azure DevOps organization, login into Azure DevOps, go to Organization Settings and then Billing. You will see the Azure Subscription used for billing of Azure DevOps organization.
You can then go to Azure Portal and navigate to the subscription and look under resources. You should see a resource by the name lab (or the name of your Azure DevOps Organization) of type Azure DevOps organization there.
In other words, how can I know if decommissioning my Azure
subscription will also decommission my Azure DevOps Organization?
Azure DevOps uses an Azure Subscription for billing purposes. If you delete the Azure Subscription that is associated with your Azure DevOps organization, your Azure DevOps organization will be immediately moved to "Free Tier". Though I have not tried it but I believe that the resources you have created in your Azure DevOps organization will not be deleted. I'm not sure what would happen if you have provisioned resources more than allowed in free tier.
You can read more about it here: https://learn.microsoft.com/en-us/azure/devops/organizations/billing/billing-faq?view=azure-devops#what-happens-if-i-delete-my-organization-resource--.

Related

What is the relation between azure tenant and azure devops?

Usually the following is the flow:
Tenant (aka Azure AD) -> subscription -> resource group -> resource (VM, Az SQL, Disk, etc)
However the Azure DevOps is service that is not a resource. So what is the relation between azure tenant and azure devops? Does the organization (and projects) in azure devops reside under the azure tenant?
So what is the relation between azure tenant and azure devops?
Relationship between Azure Tenant and Azure DevOps is similar to the relationship between an Azure Tenant and an Azure Subscription. An Azure Tenant is essentially an instance of Azure AD where you define your users. An Azure Subscription relies on an Azure Tenant for authenticating users accessing that Subscription.
Same is the deal with Azure DevOps. Azure DevOps relies on an Azure Tenant for authenticating users accessing the resources inside an instance of Azure DevOps.
You may find this link helpful in understanding the relationship between Azure AD and Azure Subscription: https://learn.microsoft.com/en-us/azure/active-directory/fundamentals/active-directory-how-subscriptions-associated-directory (same thing applies for Azure DevOps).

How to configure one Azure ADDS for all inherit Azure accounts under the same subscription?

We have a Visual Studio Enterprise Subscription – MPN subscription. Therefore, we can create several Azure accounts under the same subscription in the same tenet. So, Basically we have an one root Azure account and several Azure accounts which are inherited to the root Azure account In my environment, I have configured Azure ADDS under my root Azure account. I have several VMs in another Azure account under the same subscription as I described above. My requirement is to connect those Azure VMs to the Azure ADDS in the root Azure account. Is there any way to do it? I know how to do it when Azure ADDS and Azure VMs in the same account.
As you aware Azure Active Directory Domain services integrates with your existing Azure AD tenant. This integration lets users sign in to service and applications connected to the managed domain using their existing credentials. Joining the VM hosted in another Tenant is not applicable . You have mentioned different Azure Account if it is a different Tenant then there is no possibility at this time.

Migration of Azure DevOps between two Azure CSP subscriptions

I have two Azure Cloud Solution Provider subscriptions and Azure DevOps project created around two/three years ago when it was called Visual Studio Team Services. DevOps resources (organization and project) reside on Azure for billing purposes. I want to move DevOps resources to new subscription, but cannot because of insufficient permissions - I'm missing AccountSubscriptionChange permission - how do I get it? I granted myself all permissions available in DevOps.
Create service desk ticker for Microsoft Azure support.

Azure Devops seemingly not connected to Azure Portal on same account

created a Azure Devops Account + Organization, but when I log into the portal with the same account, it does not see my organization and thus I can't do anything like setting up a Azure AD. Has anyone seen this issue before?
Looks like this person had the same problem but did not get a resolution.
I have not ran into that issue. My understanding of the process is;
If you want to link DevOps to your Azure AD you should log into
DevOps with an existing Azure AD Account.
If you create a new account or sign in with an account not tied
to an Azure AD tenant on DevOps that creates a new Azure AD tenant.
Hope this helps

How to tie VSTS (aka Azure DevOps) account to Azure Subscription

I understand how to create a new DevOps project from https://portal.azure.com and I see how that creates a new DevOps organisation or reuses an existing one (scoped to that AzureAD).
A new project is also created as well as an associated WebApps project.
These are my challenges:
When one creates a new Project in that DevOps organisation, it doesn't show up for management in https://portal.azure.com. How can one ensure the resources consumed by that project are part of the Azure Subscription to which the parent organisation is tied? Or is that the default?
What is the easiest way of tying existing DevOps organisations and projects to an Azure subscription to allow increasing the default 5 user limit and consuming more pipeline resources?
There doesn't seem to be any documentation anywhere that directly addresses these issues for me.
You may use Azure DevOps Organizations to connect your azure subscription with devops account:
Then you may use users on Azure DevOps from Azure Active Directory and manage billing (get more license):
Also you may use DevOps Project wizard to create a team project from a template:
Additional links:
Quickstart: Set up billing for your organization
Azure DevOps Projects
Tutorial: Connect your organization to Azure Active Directory
Quickstart: Pay for more Basic users
About access levels

Resources