title | description | author | ms.service | ms.topic | ms.date | ms.author | ms.reviewer | ms.custom |
---|---|---|---|---|---|---|---|---|
Manage server admins in Azure Analysis Services | Microsoft Docs |
This article describes how to manage server administrators for an Azure Analysis Services server by using the Azure portal, PowerShell, or REST APIs. |
minewiskan |
azure-analysis-services |
conceptual |
02/02/2022 |
owend |
minewiskan |
devx-track-azurepowershell |
Server administrators must be a valid user, service principal, or security group in the Azure Active Directory (Azure AD) for the tenant in which the server resides. You can use Analysis Services Admins for your server in Azure portal, Server Properties in SSMS, PowerShell, or REST API to manage server administrators.
When adding a security group, use obj:groupid@tenantid
. Service principals are not supported in security groups added to the server administrator role.
To learn more about adding a service principal to the server admin role, see Add a service principal to the server administrator role.
If server firewall is enabled, server administrator client computer IP addresses must be included in a firewall rule. To learn more, see Configure server firewall.
-
In the portal, for your server, click Analysis Services Admins.
-
In <servername> - Analysis Services Admins, click Add.
-
In Add Server Administrators, select user accounts from your Azure AD or invite external users by email address.
-
Right-click the server > Properties.
-
In Analysis Server Properties, click Security.
-
Click Add, and then enter the email address for a user or group in your Azure AD.
[!INCLUDE updated-for-az]
Use New-AzAnalysisServicesServer cmdlet to specify the Administrator parameter when creating a new server.
Use Set-AzAnalysisServicesServer cmdlet to modify the Administrator parameter for an existing server.
Use Create to specify the asAdministrator property when creating a new server.
Use Update to specify the asAdministrator property when modifying an existing server.
Authentication and user permissions
Manage database roles and users
Azure role-based access control (Azure RBAC)