Skip to content

Commit 5e862d5

Browse files
authored
Merge pull request #115727 from Minewiskan/azureas-0519
Azure Analysis Services freshness update 05/19/2020
2 parents 7afb9b1 + 987301d commit 5e862d5

13 files changed

+24
-19
lines changed

articles/analysis-services/analysis-services-addservprinc-admins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to add an automation service principal to the Azure Analy
44
author: minewiskan
55
ms.service: azure-analysis-services
66
ms.topic: conceptual
7-
ms.date: 03/30/2020
7+
ms.date: 05/19/2020
88
ms.author: owend
99
ms.reviewer: minewiskan
1010
ms.custom: fasttrack-edit

articles/analysis-services/analysis-services-capacity-limits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This article describes resource and object limits for an Azure Anal
44
author: minewiskan
55
ms.service: azure-analysis-services
66
ms.topic: conceptual
7-
ms.date: 10/30/2019
7+
ms.date: 05/19/2020
88
ms.author: owend
99
ms.reviewer: minewiskan
1010

articles/analysis-services/analysis-services-create-sample-model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: In this tutorial lesson, learn how to add a sample model in Azure A
44
author: minewiskan
55
ms.service: azure-analysis-services
66
ms.topic: tutorial
7-
ms.date: 10/30/2019
7+
ms.date: 05/19/2020
88
ms.author: owend
99
ms.reviewer: minewiskan
1010
#Customer intent: As a BI developer, from the portal, I want to add a basic sample model database to my server for testing tool and client connections and queries.

articles/analysis-services/analysis-services-create-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to quickly create an Azure Analysis Services server insta
44
author: minewiskan
55
ms.service: azure-analysis-services
66
ms.topic: quickstart
7-
ms.date: 10/30/2019
7+
ms.date: 05/19/2020
88
ms.author: owend
99
ms.reviewer: minewiskan
1010
#Customer intent: As a BI developer, I want to create an Azure Analysis Services server by using the Azure portal.

articles/analysis-services/analysis-services-datasource.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Describes data sources and connectors supported for tabular 1200 an
44
author: minewiskan
55
ms.service: azure-analysis-services
66
ms.topic: conceptual
7-
ms.date: 02/20/2019
7+
ms.date: 05/19/2020
88
ms.author: owend
99
ms.reviewer: minewiskan
1010

@@ -82,7 +82,7 @@ Connecting to on-premises data sources from an Azure Analysis Services server re
8282

8383
## Understanding providers
8484

85-
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. 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 an on-premises SQL Server Data Warehouse 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.
85+
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 an on-premises SQL Server Data Warehouse 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.
8686

8787
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.
8888

@@ -102,7 +102,7 @@ Just like with tabular 1200 model projects, use **Table Import Wizard** to conne
102102

103103

104104
## Impersonation
105-
In some cases, it may be necessary to specify a different impersonation account. Impersonation account can be specified in Visual Studio or SSMS.
105+
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).
106106

107107
For on-premises data sources:
108108

articles/analysis-services/analysis-services-deploy.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to deploy a tabular model to an Azure Analysis Services s
44
author: minewiskan
55
ms.service: azure-analysis-services
66
ms.topic: conceptual
7-
ms.date: 10/30/2019
7+
ms.date: 05/19/2020
88
ms.author: owend
99
ms.reviewer: minewiskan
1010

@@ -50,11 +50,15 @@ That's all there is to it!
5050

5151
## Troubleshooting
5252

53-
If deployment fails when deploying metadata, it's likely because Visual Studio couldn't connect to your server. Make sure you can connect to your server using SSMS. Then make sure the Deployment Server property for the project is correct.
53+
If deployment fails when deploying metadata, it's likely because Visual Studio couldn't connect to your server. Make sure you can connect to your server using SQL Server Management Studio (SSMS). Then make sure the Deployment Server property for the project is correct.
5454

5555
If deployment fails on a table, it's likely because your server couldn't connect to a data source. If your data source is on-premises in your organization's network, be sure to install an [On-premises data gateway](analysis-services-gateway.md).
5656

5757
## Next steps
5858

59-
Now that you have your tabular model deployed to your server, you're ready to connect to it. You can [connect to it with SQL Server Management Studio (SSMS)](analysis-services-manage.md) to manage it. And, you can [connect to it using a client tool](analysis-services-connect.md) like Power BI, Power BI Desktop, or Excel, and start creating reports.
59+
Now that you have your tabular model deployed to your server, you're ready to connect to it. You can [connect to it with SQL Server Management Studio (SSMS)](analysis-services-manage.md) to manage it. And, you can [connect to it using a client tool](analysis-services-connect.md) like Power BI, Power BI Desktop, or Excel, and start creating reports.
60+
61+
To learn about advanced deployment methods, see [Tabular model solution deployment](https://docs.microsoft.com/analysis-services/deployment/tabular-model-solution-deployment?view=azure-analysis-services-current).
62+
63+
6064

articles/analysis-services/analysis-services-logging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Describes how to setup up logging to monitoring your Azure Analysis
44
author: minewiskan
55
ms.service: azure-analysis-services
66
ms.topic: conceptual
7-
ms.date: 10/31/2019
7+
ms.date: 05/19/2020
88
ms.author: owend
99
ms.reviewer: minewiskan
1010

articles/analysis-services/analysis-services-manage-users.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This article describes how Azure Analysis Services uses Azure Activ
44
author: minewiskan
55
ms.service: azure-analysis-services
66
ms.topic: conceptual
7-
ms.date: 10/30/2019
7+
ms.date: 05/19/2020
88
ms.author: owend
99
ms.reviewer: minewiskan
1010

articles/analysis-services/analysis-services-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Manage Azure Analysis Services with PowerShell | Microsoft Docs
33
description: Describes Azure Analysis Services PowerShell cmdlets for common administrative tasks such as creating servers, suspending operations, or changing service level.
44
author: minewiskan
55
ms.service: azure-analysis-services
6-
ms.topic: reference
7-
ms.date: 10/28/2019
6+
ms.topic: conceptual
7+
ms.date: 05/19/2020
88
ms.author: owend
99
ms.reviewer: minewiskan
1010

articles/analysis-services/analysis-services-qs-firewall.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This quickstart helps you configure a firewall for an Azure Analysi
44
author: minewiskan
55
ms.service: azure-analysis-services
66
ms.topic: quickstart
7-
ms.date: 10/30/2019
7+
ms.date: 05/19/2020
88
ms.author: owend
99
ms.reviewer: minewiskan
1010
#Customer intent: As a BI developer, I want to secure my server by configuring a server firewall and create open IP address ranges for client computers in my organization.

0 commit comments

Comments
 (0)