Questions tagged [azure-subscription]
44 questions
0
votes
1 answer
Azure subscription credits ended but need to view the ADF pipeline
I had been using Azure subscription with free credits and the credits have finished. I wanted to look into the pipelines I had created in ADF to replicate in some other subscription.
Is there any way I can do that without paying for the cost.

user961
- 453
- 6
- 20
0
votes
0 answers
Can't link subscription to Azure B2C
I was trying to get rid of old tenants and cleaning up my subscriptions but it looks like now it is even worse...
I have a Default tenant with a Pay-As-You-Go subscription.
I have 2 other tenants ("tenant_1" and "tenant_2"), in which I try to have…

Roberto
- 567
- 1
- 3
- 10
0
votes
1 answer
How to connect Azure Account with multiple subscriptions via Powershell
I am trying to get list of all storage account present in my subscription along with their GeoReplication properties.
I am using Get-AzStorageAccount command but I'm getting empty response even storage accounts are there.
I came to know that I…

user3394
- 31
- 5
0
votes
1 answer
Azure subscription not showing up for a new user added to the active directory
I have added a new user to the Azure active directory which is associated with Azure subscription. The user is added with the Global Administrator role.
However, when the user tries to login to the portal, no subscription is showing up. Tried…

user961
- 453
- 6
- 20
0
votes
0 answers
Issue on Creating Azure subscription using terraform with Github Actions
We are trying to create Azure subscriptions using Terraform & deploying through Github Actions.
where we are obtaining the error message in terraform apply stage. Attaching the screenshot for reference. The use case description is below for…

Anirudh Bragadeesan
- 27
- 1
- 7
0
votes
1 answer
azure unable to reuse subscription in devops
I created a new azure account, created a subscription and added a vm + DB to it.
I also created a DevOps organization and I am trying to add same subscription to DevOps org billing. But not sure why I am getting an error?
Please note: the…

Lav
- 1,283
- 5
- 21
- 48
0
votes
1 answer
Azure Service Connection not working across multiple subscriptions
I have recently tried to set up a service connection to a second subscription, I have it working on the first subscription fine and has been working for seven months and still is working. But when I give the Service Principal Application access to…

Jason
- 510
- 5
- 27
0
votes
1 answer
Restrict SQL Server access for users having contributor access to subscription in azure
We have added the Contributor role to my azure subscription. And all the user in my directory having the Contributor role. So all the user are able to access the databases/sql servers created in my subscription.
So the problem here is, we have…

Naresh Ede
- 123
- 2
- 12
0
votes
1 answer
Our client trying to move the Azure sql server from one resource group to another
Our client trying to move the Azure SQL database resources from one resource group to another . The Azure SQL server having around 1600 databases. 4 Elastic pool have exist and databases segregated into 500+500+500+100 (1600 databases).
When our…

Shannu
- 13
- 2
0
votes
2 answers
Azure AD application - List subscription with role assignment
I'm new to Azure. I created an Azure AD application and gave it reader role assignments in several subscriptions - and I want to list those subscriptions dynamically
I need an API to list all the subscriptions which my application has a role…

Itaiz
- 3
- 1
0
votes
0 answers
How to create new Azure Subscription using Python?
I'm trying to programmatically create new Azure Subscriptions using the Python SDK. The only reference to the Azure Python SDK I found was this.
Here is where I ended up with:
import azure.mgmt.billing
import azure.mgmt.subscription
creds =…

SeaDude
- 3,725
- 6
- 31
- 68
0
votes
0 answers
Usage of Resource Group
I am managing all my Azure infrastructure using Terraform. So I can destroy module by module...
I have created an hierarchy with several levels of Management Group. From Geographical Zones (Europe, Americas, Asia, ...) to environment (production,…

Olivier
- 1,982
- 3
- 23
- 36
-1
votes
1 answer
How to get files from File Share in Storage Account that is in a disabled Student subscription
I have an Azure Student subscription that I moved from a directory to another, and the billing account still in the first directory.
The problem is that when the subscription reached the limit and was disabled, I cannot reactivate it or upgrade…
-1
votes
1 answer
My org wants to setup Azure Files and connect about 100 employees to it via SMB
What pre-requisite services/subscriptions do I need to get to that point?
Right now, we have Azure AD Connect. Can that be used to authenticate users' access to the network shares of Azure Files?
I had to setup an Azure subscription first to access…