You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/analysis-services/analysis-services-database-users.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
---
2
-
title: Manage database roles and users in Azure Analysis Services | Microsoft Docs
2
+
title: Learn how to manage database roles and users in Azure Analysis Services | Microsoft Docs
3
3
description: Learn how to manage database roles and users on an Analysis Services server in Azure.
4
4
author: minewiskan
5
5
ms.service: azure-analysis-services
6
6
ms.topic: conceptual
7
-
ms.date: 02/02/2022
7
+
ms.date: 01/27/2023
8
8
ms.author: owend
9
9
ms.reviewer: minewiskan
10
10
ms.custom: references_regions
@@ -53,7 +53,7 @@ When adding a **service principal** use `app:appid@tenantid`.
53
53
54
54
8. In **Add External Member**, enter users or groups in your tenant Azure AD by email address. After you click OK and close Role Manager, roles and role members appear in Tabular Model Explorer.
55
55
56
-

56
+

57
57
58
58
9. Deploy to your Azure Analysis Services server.
59
59
@@ -76,7 +76,7 @@ To add roles and users to a deployed model database, you must be connected to th
76
76
77
77
4. Click **Membership**, then enter a user or group in your tenant Azure AD by email address.
5. If the role you are creating has Read permission, you can add row filters by using a DAX formula. Click **Row Filters**, select a table, and then type a DAX formula in the **DAX Filter** field.
Copy file name to clipboardExpand all lines: articles/analysis-services/analysis-services-datasource.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
---
2
-
title: Data sources supported in Azure Analysis Services | Microsoft Docs
2
+
title: Learn about data sources supported in Azure Analysis Services | Microsoft Docs
3
3
description: Describes data sources and connectors supported for tabular 1200 and higher data models in Azure Analysis Services.
4
4
author: minewiskan
5
5
ms.service: azure-analysis-services
6
6
ms.topic: conceptual
7
-
ms.date: 02/02/2022
7
+
ms.date: 01/27/2023
8
8
ms.author: owend
9
9
ms.reviewer: minewiskan
10
10
@@ -84,23 +84,23 @@ Connecting to on-premises data sources from an Azure Analysis Services server re
84
84
85
85
## Understanding providers
86
86
87
-
When creating tabular 1400 and higher model projects in Visual Studio, by default you do not specify a data provider when connecting to a data source by using **Get Data**. Tabular 1400 and higher models use [Power Query](/power-query/power-query-what-is-power-query) connectors to manage connections, data queries, and mashups between the data source and Analysis Services. These are sometimes referred to as *structured* data source connections in that connection property settings are set for you. You can, however, enable legacy data sources for a model project in Visual Studio. When enabled, you can use **Table Import Wizard** to connect to certain data sources traditionally supported in tabular 1200 and lower models as *legacy*, or *provider* data sources. When specified as a provider data source, you can specify a particular data provider and other advanced connection properties. For example, you can connect to a SQL Server Data Warehouse instance or even an Azure SQL Database as a legacy data source. You can then select the OLE DB Driver for SQL Server MSOLEDBSQL data provider. In this case, selecting an OLE DB data provider may provide improved performance over the Power Query connector.
87
+
When creating tabular 1400 and higher model projects in Visual Studio, by default you don't specify a data provider when connecting to a data source by using Get Data. Tabular 1400 and higher models use [Power Query](/power-query/power-query-what-is-power-query) connectors to manage connections, data queries, and mashups between the data source and Analysis Services. These are sometimes referred to as *structured* data source connections in that connection property settings are set for you. You can, however, enable legacy data sources for a model project in Visual Studio. When enabled, you can use Table Import Wizard to connect to certain data sources traditionally supported in tabular 1200 and lower models as *legacy*, or *provider* data sources. When specified as a provider data source, you can specify a particular data provider and other advanced connection properties. For example, you can connect to a SQL Server Data Warehouse instance or even an Azure SQL Database as a legacy data source. You can then select the OLE DB Driver for SQL Server MSOLEDBSQL data provider. In this case, selecting an OLE DB data provider may provide improved performance over the Power Query connector.
88
88
89
-
When using the Table Import Wizard in Visual Studio, connections to any data source require a data provider. A default data provider is selected for you. You can change the data provider if needed. The type of provider you choose can depend on performance, whether or not the model is using in-memory storage or DirectQuery, and which Analysis Services platform you deploy your model to.
89
+
When using the Table Import Wizard in Visual Studio, connections to any data source require a data provider. A default data provider is selected for you. You can change the data provider if needed. The type of provider you choose might depend on performance, whether or not the model is using in-memory storage or DirectQuery, and which Analysis Services platform you deploy your model to.
90
90
91
91
### Specify provider data sources in tabular 1400 and higher model projects
92
92
93
93
To enable provider data sources, in Visual Studio, click **Tools** > **Options** > **Analysis Services Tabular** > **Data Import**, select **Enable legacy data sources**.
94
94
95
-

95
+

96
96
97
97
With legacy data sources enabled, in **Tabular Model Explorer**, right-click **Data Sources** > **Import From Data Source (Legacy)**.
98
98
99
-

99
+

100
100
101
101
Just like with tabular 1200 model projects, use **Table Import Wizard** to connect to a data source. On the connect page, click **Advanced**. Specify data provider and other connection settings in **Set Advanced Properties**.
102
102
103
-

103
+

104
104
105
105
## Impersonation
106
106
In some cases, it may be necessary to specify a different impersonation account. Impersonation account can be specified in Visual Studio or SQL Server Management Studio (SSMS).
@@ -125,7 +125,7 @@ Direct Query mode is not supported with OAuth credentials.
125
125
126
126
## Enable Oracle managed provider
127
127
128
-
In some cases, DAX queries to an Oracle data source may return unexpected results. This can be due to the provider being used for the data source connection.
128
+
In some cases, DAX queries to an Oracle data source may return unexpected results. This might be due to the provider being used for the data source connection.
129
129
130
130
As described in the [Understanding providers](#understanding-providers) section, tabular models connect to data sources as either a *structured* data source or a *provider* data source. For models with an Oracle data source specified as a provider data source, ensure the specified provider is Oracle Data Provider for .NET (Oracle.DataAccess.Client).
Copy file name to clipboardExpand all lines: articles/analysis-services/analysis-services-deploy.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
---
2
-
title: Deploy a model to Azure Analysis Services by using Visual Studio | Microsoft Docs
2
+
title: Learn how to deploy a model to Azure Analysis Services by using Visual Studio | Microsoft Docs
3
3
description: Learn how to deploy a tabular model to an Azure Analysis Services server by using Visual Studio.
4
4
author: minewiskan
5
5
ms.service: azure-analysis-services
6
6
ms.topic: conceptual
7
-
ms.date: 12/01/2020
7
+
ms.date: 01/27/2023
8
8
ms.author: owend
9
9
ms.reviewer: minewiskan
10
10
@@ -22,28 +22,28 @@ To get started, you need:
22
22
***On-premises gateway** - If one or more data sources are on-premises in your organization's network, you need to install an [On-premises data gateway](analysis-services-gateway.md). The gateway is necessary for your server in the cloud connect to your on-premises data sources to process and refresh data in the model.
23
23
24
24
> [!TIP]
25
-
> Before you deploy, make sure you can process the data in your tables. In Visual Studio, click **Model** > **Process** > **Process All**. If processing fails, you cannot successfully deploy.
25
+
> Before you deploy, make sure you can process the data in your tables. In Visual Studio, click **Model** > **Process** > **Process All**. If processing fails, you can't successfully deploy.
26
26
>
27
27
>
28
28
29
29
## Get the server name
30
30
31
31
In **Azure portal** > server > **Overview** > **Server name**, copy the server name.
32
32
33
-

33
+

34
34
35
35
## To deploy from Visual Studio
36
36
37
37
1. In Visual Studio > **Solution Explorer**, right-click the project > **Properties**. Then in **Deployment** > **Server** paste the server name.
38
38
39
-

39
+

40
40
2. In **Solution Explorer**, right-click **Properties**, then click **Deploy**. You may be prompted to sign in to Azure.
41
41
42
-

42
+

43
43
44
44
Deployment status appears in both the Output window and in Deploy.
Copy file name to clipboardExpand all lines: articles/analysis-services/analysis-services-gateway-install.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
---
2
-
title: Install On-premises data gateway for Azure Analysis Services | Microsoft Docs
2
+
title: Learn how to install On-premises data gateway for Azure Analysis Services | Microsoft Docs
3
3
description: Learn how to install and configure an On-premises data gateway to connect to on-premises data sources from an Azure Analysis Services server.
4
4
author: minewiskan
5
5
ms.service: azure-analysis-services
6
6
ms.topic: conceptual
7
-
ms.date: 01/31/2022
7
+
ms.date: 01/27/2023
8
8
ms.author: owend
9
9
ms.reviewer: minewiskan
10
10
ms.custom: devx-track-azurepowershell
@@ -53,15 +53,15 @@ To learn more about how Azure Analysis Services works with the gateway, see [Con
2. Select a location, accept the terms, and then click **Install**.
59
59
60
-

60
+

61
61
62
62
3. Sign in to Azure. The account must be in your tenant's Azure Active Directory. This account is used for the gateway administrator. Azure B2B (guest) accounts are not supported when installing and registering the gateway.
63
63
64
-

64
+

65
65
66
66
> [!NOTE]
67
67
> If you sign in with a domain account, it's mapped to your organizational account in Azure AD. Your organizational account is used as the gateway administrator.
@@ -79,7 +79,7 @@ In order to create a gateway resource in Azure, you must register the local inst
79
79
> [!IMPORTANT]
80
80
> Save your recovery key in a safe place. The recovery key is required in-order to takeover, migrate, or restore a gateway.
@@ -88,7 +88,7 @@ After you've installed and registered your gateway, you need to create a gateway
88
88
89
89
1. In Azure portal, click **Create a resource**, then search for **On-premises data gateway**, and then click **Create**.
90
90
91
-

91
+

92
92
93
93
2. In **Create connection gateway**, enter these settings:
94
94
@@ -118,23 +118,23 @@ After you've installed and registered your gateway, you need to create a gateway
118
118
119
119
1. In your Azure Analysis Services server overview, click **On-Premises Data Gateway**.
120
120
121
-

121
+

122
122
123
123
2. In **Pick an On-Premises Data Gateway to connect**, select your gateway resource, and then click **Connect selected gateway**.
124
124
125
-

125
+

126
126
127
127
> [!NOTE]
128
128
> If your gateway does not appear in the list, your server is likely not in the same region as the region you specified when registering the gateway.
129
129
130
130
When connection between your server and gateway resource is successful, status will show **Connected**.
131
131
132
132
133
-

133
+

134
134
135
135
# [PowerShell](#tab/azure-powershell)
136
136
137
-
Use [Get-AzResource](/powershell/module/az.resources/get-azresource) to get the the gateway ResourceID. Then connect the gateway resource to an existing or new server by specifying **-GatewayResourceID** in [Set-AzAnalysisServicesServer](/powershell/module/az.analysisservices/set-azanalysisservicesserver) or [New-AzAnalysisServicesServer](/powershell/module/az.analysisservices/new-azanalysisservicesserver).
137
+
Use [Get-AzResource](/powershell/module/az.resources/get-azresource) to get the gateway ResourceID. Then connect the gateway resource to an existing or new server by specifying **-GatewayResourceID** in [Set-AzAnalysisServicesServer](/powershell/module/az.analysisservices/set-azanalysisservicesserver) or [New-AzAnalysisServicesServer](/powershell/module/az.analysisservices/new-azanalysisservicesserver).
Copy file name to clipboardExpand all lines: articles/analysis-services/analysis-services-gateway.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
---
2
-
title: On-premises data gateway for Azure Analysis Services | Microsoft Docs
2
+
title: Learn about the On-premises data gateway for Azure Analysis Services | Microsoft Docs
3
3
description: An On-premises gateway is necessary if your Analysis Services server in Azure will connect to on-premises data sources.
4
4
author: minewiskan
5
5
ms.service: azure-analysis-services
6
6
ms.topic: conceptual
7
-
ms.date: 02/02/2022
7
+
ms.date: 01/27/2023
8
8
ms.author: owend
9
9
ms.reviewer: minewiskan
10
10
---
@@ -30,13 +30,13 @@ When installing for an Azure Analysis Services environment, it's important you f
30
30
31
31
## Connecting to a gateway resource in a different subscription
32
32
33
-
It's recommended you create your Azure gateway resource in the same subscription as your server. However, you can configure your servers to connect to a gateway resource in another subscription. Connecting to a gateway resource in another subscription is not supported when configuring existing server settings or creating a new server in the portal, but can be configured by using PowerShell. To learn more, see [Connect gateway resource to server](analysis-services-gateway-install.md#connect-gateway-resource-to-server).
33
+
It's recommended you create your Azure gateway resource in the same subscription as your server. However, you can configure servers to connect to a gateway resource in another subscription. Connecting to a gateway resource in another subscription isn't supported when configuring existing server settings or creating a new server in the portal, but can be configured by using PowerShell. To learn more, see [Connect gateway resource to server](analysis-services-gateway-install.md#connect-gateway-resource-to-server).
34
34
35
35
## Ports and communication settings
36
36
37
-
The gateway creates an outbound connection to Azure Service Bus. It communicates on outbound ports: TCP 443 (default), 5671, 5672, 9350 through 9354. The gateway does not require inbound ports.
37
+
The gateway creates an outbound connection to Azure Service Bus. It communicates on outbound ports: TCP 443 (default), 5671, 5672, 9350 through 9354. The gateway doesn't require inbound ports.
38
38
39
-
You may need to include IP addresses for your data region in your firewall. You can download the [Microsoft Azure Datacenter IP list](https://www.microsoft.com/download/details.aspx?id=56519). This list is updated weekly. The IP Addresses listed in the Azure Datacenter IP list are in CIDR notation. To learn more, see [Classless Inter-Domain Routing](https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing).
39
+
You may need to include IP addresses for your data region in your firewall. Download the [Microsoft Azure Datacenter IP list](https://www.microsoft.com/download/details.aspx?id=56519). This list is updated weekly. The IP Addresses listed in the Azure Datacenter IP list are in CIDR notation. To learn more, see [Classless Inter-Domain Routing](https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing).
40
40
41
41
The following are fully qualified domain names used by the gateway.
0 commit comments