Azure - Cannot add Microsoft account to Azure Subscription
I used to be able to add a Microsoft account (more specific: a hotmail account) to an Azure Subscription. But now I cannot add another Microsoft account to my Azure Subscription.
Any ideas?
azure azure-active-directory
add a comment |
I used to be able to add a Microsoft account (more specific: a hotmail account) to an Azure Subscription. But now I cannot add another Microsoft account to my Azure Subscription.
Any ideas?
azure azure-active-directory
Is the account existing in your azure ad tenant?
– Joy Wang
Dec 28 '18 at 8:23
Hello Joy Wang, The MS account is certain dependent account, not in Azure ad tenant Thanks
– Tung Nguyen
Dec 28 '18 at 8:44
If my reply is helpful, please accept it as the answer, thanks.
– Joy Wang
Dec 31 '18 at 1:13
add a comment |
I used to be able to add a Microsoft account (more specific: a hotmail account) to an Azure Subscription. But now I cannot add another Microsoft account to my Azure Subscription.
Any ideas?
azure azure-active-directory
I used to be able to add a Microsoft account (more specific: a hotmail account) to an Azure Subscription. But now I cannot add another Microsoft account to my Azure Subscription.
Any ideas?
azure azure-active-directory
azure azure-active-directory
edited Dec 28 '18 at 11:04
rickvdbosch
3,66421426
3,66421426
asked Dec 28 '18 at 8:19
Tung NguyenTung Nguyen
1
1
Is the account existing in your azure ad tenant?
– Joy Wang
Dec 28 '18 at 8:23
Hello Joy Wang, The MS account is certain dependent account, not in Azure ad tenant Thanks
– Tung Nguyen
Dec 28 '18 at 8:44
If my reply is helpful, please accept it as the answer, thanks.
– Joy Wang
Dec 31 '18 at 1:13
add a comment |
Is the account existing in your azure ad tenant?
– Joy Wang
Dec 28 '18 at 8:23
Hello Joy Wang, The MS account is certain dependent account, not in Azure ad tenant Thanks
– Tung Nguyen
Dec 28 '18 at 8:44
If my reply is helpful, please accept it as the answer, thanks.
– Joy Wang
Dec 31 '18 at 1:13
Is the account existing in your azure ad tenant?
– Joy Wang
Dec 28 '18 at 8:23
Is the account existing in your azure ad tenant?
– Joy Wang
Dec 28 '18 at 8:23
Hello Joy Wang, The MS account is certain dependent account, not in Azure ad tenant Thanks
– Tung Nguyen
Dec 28 '18 at 8:44
Hello Joy Wang, The MS account is certain dependent account, not in Azure ad tenant Thanks
– Tung Nguyen
Dec 28 '18 at 8:44
If my reply is helpful, please accept it as the answer, thanks.
– Joy Wang
Dec 31 '18 at 1:13
If my reply is helpful, please accept it as the answer, thanks.
– Joy Wang
Dec 31 '18 at 1:13
add a comment |
2 Answers
2
active
oldest
votes
You're seeing this because the account does not exist in the Azure AD tenant. To solve the issue:
- Go to the Azure Portal
- Navigate to
Azure Active Directory
- Navigate to
Users
- Navigate to
New Guest User
- Invite the Microsoft account to your tenant
Don't forget to accept the invitation email for the account, then you should be able to assign a role just fine.
add a comment |
My tenant is normal account, not admin.
I used to invite MS account by:
- Go Subscription
- Access control (IAM)
- Add role assignment
As below
enter image description here
But now I cannot do that again
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53955529%2fazure-cannot-add-microsoft-account-to-azure-subscription%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
You're seeing this because the account does not exist in the Azure AD tenant. To solve the issue:
- Go to the Azure Portal
- Navigate to
Azure Active Directory
- Navigate to
Users
- Navigate to
New Guest User
- Invite the Microsoft account to your tenant
Don't forget to accept the invitation email for the account, then you should be able to assign a role just fine.
add a comment |
You're seeing this because the account does not exist in the Azure AD tenant. To solve the issue:
- Go to the Azure Portal
- Navigate to
Azure Active Directory
- Navigate to
Users
- Navigate to
New Guest User
- Invite the Microsoft account to your tenant
Don't forget to accept the invitation email for the account, then you should be able to assign a role just fine.
add a comment |
You're seeing this because the account does not exist in the Azure AD tenant. To solve the issue:
- Go to the Azure Portal
- Navigate to
Azure Active Directory
- Navigate to
Users
- Navigate to
New Guest User
- Invite the Microsoft account to your tenant
Don't forget to accept the invitation email for the account, then you should be able to assign a role just fine.
You're seeing this because the account does not exist in the Azure AD tenant. To solve the issue:
- Go to the Azure Portal
- Navigate to
Azure Active Directory
- Navigate to
Users
- Navigate to
New Guest User
- Invite the Microsoft account to your tenant
Don't forget to accept the invitation email for the account, then you should be able to assign a role just fine.
edited Dec 28 '18 at 11:09
rickvdbosch
3,66421426
3,66421426
answered Dec 28 '18 at 8:54
Joy WangJoy Wang
6,4552212
6,4552212
add a comment |
add a comment |
My tenant is normal account, not admin.
I used to invite MS account by:
- Go Subscription
- Access control (IAM)
- Add role assignment
As below
enter image description here
But now I cannot do that again
add a comment |
My tenant is normal account, not admin.
I used to invite MS account by:
- Go Subscription
- Access control (IAM)
- Add role assignment
As below
enter image description here
But now I cannot do that again
add a comment |
My tenant is normal account, not admin.
I used to invite MS account by:
- Go Subscription
- Access control (IAM)
- Add role assignment
As below
enter image description here
But now I cannot do that again
My tenant is normal account, not admin.
I used to invite MS account by:
- Go Subscription
- Access control (IAM)
- Add role assignment
As below
enter image description here
But now I cannot do that again
answered Dec 28 '18 at 15:59
Tung NguyenTung Nguyen
1
1
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53955529%2fazure-cannot-add-microsoft-account-to-azure-subscription%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Is the account existing in your azure ad tenant?
– Joy Wang
Dec 28 '18 at 8:23
Hello Joy Wang, The MS account is certain dependent account, not in Azure ad tenant Thanks
– Tung Nguyen
Dec 28 '18 at 8:44
If my reply is helpful, please accept it as the answer, thanks.
– Joy Wang
Dec 31 '18 at 1:13