Muzammal Abbas
Muzammal Abbas

Reputation: 41

"No subscriptions found for Azure Account"

In Azure trial subscription my MSN email is associated with an other account with owner rights. But when I try to access Azure publishSettings it generates an error No Subscription fouund .

Please help me to resolve the issue. Do I need Co-administrator or Service Administrator rights along with owner rights ?

Upvotes: 4

Views: 25331

Answers (5)

RenRen
RenRen

Reputation: 11367

My company uses Azure DevOps but when I login I don't see any subscriptions.

az login
No subscriptions found for [email protected].

When I go to https://portal.azure.com and go to subscriptions it shows this message:

Your current access does not include permissions to view any
subscriptions.

Solution:

I just login without subscription and everyhing still works.

az login --allow-no-subscriptions

Upvotes: 0

Nigel Jones
Nigel Jones

Reputation: 1

You may have found an answer but in searching for an answer I found this link which says the owners you added through the Azure portal cannot manage services in the Azure classic portal.

So I MUST add co-administrator IN the classic portal so they can administer classic portal

Worked immediately after added my New Portal global admin as a co-administrator in the classic portal

[email protected]

Upvotes: 0

Greg Levenhagen
Greg Levenhagen

Reputation: 924

Service Administrator and Co-Administrator originated with the old portal at http://manage.windowsazure.com. The new portal, found at http://portal.azure.com, has introduced role based access control (RBAC), which provides the notion of Owner. You can find a lot of details about RBAC at https://azure.microsoft.com/en-us/documentation/articles/role-based-access-control-configure/.

When RBAC was rolled out, Administrators where automatically added as Owners. It's possible to be an RBAC Owner in a subscription without being an Administrator, as Owner applies to ResourceGroups or Resources within a subscription.

The webpage you're trying to use has been available for a long time and from the looks of it has not have been updated to support RBAC. The download of the publish profile from that webpage is based on selecting a subscription, which an Owner of a ResourceGroup or Resource would not necessarily have full access to everything in the subscription.

That means if you have your account added as a Co-Administrator or Service Administrator, that webpage should work.

Upvotes: 4

Derek
Derek

Reputation: 837

It could be the difference between Microsoft Account and Azure Active Directory Account. Check which you are using.

I suggest you to clear all cookies, cache and temporary internet files on browser or use InPrivate/Incognito mode. Login again and it will work.

Upvotes: 2

chief7
chief7

Reputation: 14373

Click the "Sign Out" button and then login with the account that is associated with your trial. Owner rights should be sufficient.

Upvotes: 0

Related Questions