Adding a Tenant User Account in Azure Stack Without an Azure Subscription

Adding a Tenant User Account in Azure Stack Without an Azure Subscription

Question

You are working in THM company and you need to add a tenant user account in Azure Stack but you don't have an Azure subscription.

Which of the following can help you in adding the user (if possible)?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

Correct Answer: C

If you do not have an Azure subscription, you can't add a tenant user account using the Azure portal.

Instead, you should use the Azure AD Module for Windows PowerShell.

Option A is incorrect.

As you have no Azure subscription, it is not possible to add the tenant user account using the Azure portal.Users can be added using the Azure AD Module for Windows PowerShell.

Option B is incorrect.

You can't use the Azure portal to add the tenant user account in the given scenario.

Option C is correct.

In case of no Azure subscription, a tenant user account can be added using Azure AD Module for Windows PowerShell.

Option D is incorrect.

If you do not have an Azure subscription, a tenant user account can be added using the Azure AD Module for Windows PowerShell.

To know more about adding a new Azure Stack Hub user account in Azure, please visit the below-given link:

If you want to add a new tenant user account in Azure Stack but you don't have an Azure subscription, you can use the Azure AD Module for Windows PowerShell or the Azure portal to achieve this.

Option A and C are both correct because you can use the Azure AD Module for Windows PowerShell to manage users and groups in Azure AD. This can be done by connecting to the Azure Stack Hub environment using the Connect-AzAccount cmdlet. After connecting, you can use the New-AzureADUser cmdlet to create a new user account. This option requires you to have administrative privileges in the Azure Stack environment.

Option B is also correct because the Azure portal can be used to manage users and groups in Azure Stack. You can sign in to the Azure Stack portal using the tenant administrator account and add new users under the Users tab. This option also requires you to have administrative privileges in the Azure Stack environment.

Option D is incorrect because you can add a new tenant user account in Azure Stack without an Azure subscription by using either the Azure portal or Azure AD Module for Windows PowerShell. However, you do need to have administrative privileges in the Azure Stack environment.

In summary, to add a new tenant user account in Azure Stack without an Azure subscription, you can use either the Azure AD Module for Windows PowerShell or the Azure portal. These options require administrative privileges in the Azure Stack environment.