You are Azure Stack Hub Operator who manages the subscriptions.
Billing owner and Owner added through RBAC roles are the two types of owners that can be assigned to the subscriptions.
Which of the following statements are true about the Billing owner and Additional owner Roles? (Select Three Options)
Click on the arrows to vote for the correct answer
A. B. C. D. E. F.Correct Answers: A, B and E
Billing owner and owner added through RBAC roles are the two types of owners that are assigned to a subscription.
Only one user account can be the Billing owner for a subscription.
Any number of additional users can be granted the Owner role using RBAC.
Additional owners added through RBAC are also administrators of the subscription and have all the permission for the subscription, except deleting the billing owner.
Option A is correct.
Only one user account can be the Billing owner for a subscription.
Option B is correct.
Azure stack Hub Operator can add any number of additional users as the owner role using RBAC.Option C is incorrect.
There can be only 1 billing owner and any number of additional owners.
Option D is incorrect.
Additional owners added through RBAC are also administrators of the subscription and have all the permission for the subscription, except deleting the billing owner.
Option E is correct.
Additional Owners added through RBAC can't delete the billing owner.
Option F is incorrect.
It is possible to change the billing owner.
PowerShell cmdlet Set-AzsUserSubscription can be used to change the billing owner.
To know more about subscription owners, please visit the below-given link:
Sure, I'll provide a detailed explanation of the options you have mentioned.
A. There can be only 1 billing owner for a subscription:
This statement is true. Only one billing owner can be assigned to a subscription in Azure Stack Hub. The billing owner has complete access to the subscription, including the ability to create and manage resources, set up billing alerts, and manage billing information.
B. Any number of additional users can be granted the Owner role using RBAC (Role-based Access Control):
This statement is also true. RBAC enables administrators to assign access levels to users, groups, and services based on their roles. Owners have full access to all resources in a subscription, and additional owners can be added using RBAC. These owners can perform all the actions that the billing owner can perform, except for managing billing information.
C. There can be any number of billing owners as well as additional owners:
This statement is not true. As mentioned earlier, only one billing owner can be assigned to a subscription, while any number of additional owners can be added using RBAC.
D. Additional owners have the same power as the billing owner and can even delete the billing owner:
This statement is not entirely true. Additional owners added through RBAC have the same access level as the billing owner, except for managing billing information. However, they cannot delete the billing owner or change the billing information. Only the billing owner can perform these actions.
E. Additional Owners added through RBAC can't delete the billing owner:
This statement is true. Additional owners added through RBAC do not have the permission to delete the billing owner.
F. Once assigned, a billing owner can't be changed for a subscription:
This statement is not true. The billing owner of a subscription can be changed at any time by the existing billing owner or a global administrator.
I hope this explanation clears up any confusion you may have had.