Skip to content

Commit 0510204

Browse files
authored
Merge pull request #225279 from Minewiskan/aas-freshness-fy23q3
Azure Analysis Services freshness fy23q3 Round 1 AB#60637
2 parents 13e2335 + 1deca2e commit 0510204

12 files changed

+43
-43
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: Add service principal to Azure Analysis Services admin role | Microsoft Docs
2+
title: Learn how to add a service principal to Azure Analysis Services admin role | Microsoft Docs
33
description: Learn how to add an automation service principal to the Azure Analysis Services server admin role
44
author: minewiskan
55
ms.service: azure-analysis-services
66
ms.topic: conceptual
7-
ms.date: 05/14/2021
7+
ms.date: 01/24/2023
88
ms.author: owend
99
ms.reviewer: minewiskan
1010
ms.custom: fasttrack-edit
@@ -13,7 +13,7 @@ ms.custom: fasttrack-edit
1313

1414
# Add a service principal to the server administrator role
1515

16-
To automate unattended PowerShell tasks, a service principal must have **server administrator** privileges on the Analysis Services server being managed. This article describes how to add a service principal to the server administrators role on an Azure AS server. You can do this using SQL Server Management Studio or a Resource Manager template.
16+
To automate unattended PowerShell tasks, a service principal must have **server administrator** privileges on the Analysis Services server being managed. This article describes how to add a service principal to the server administrators role on an Analysis Services server. You can do this using SQL Server Management Studio or a Resource Manager template.
1717

1818
> [!NOTE]
1919
> Service principals must be added directly to the server administrator role. Adding a service principal to a security group, and then adding that security group to the server administrator role is not supported.
@@ -26,13 +26,13 @@ Before completing this task, you must have a service principal registered in Azu
2626

2727
## Using SQL Server Management Studio
2828

29-
You can configure server administrators using SQL Server Management Studio (SSMS). To complete this task, you must have [server administrator](analysis-services-server-admins.md) permissions on the Azure AS server.
29+
You can configure server administrators using SQL Server Management Studio (SSMS). To complete this task, you must have [server administrator](analysis-services-server-admins.md) permissions on the Analysis Services server.
3030

31-
1. In SSMS, connect to your Azure AS server.
31+
1. In SSMS, connect to your Analysis Services server.
3232
2. In **Server Properties** > **Security**, click **Add**.
3333
3. In **Select a User or Group**, search for your registered app by name, select, and then click **Add**.
3434

35-
![Search for service principal account](./media/analysis-services-addservprinc-admins/aas-add-sp-ssms-picker.png)
35+
![Screenshot that shows Search for service principal account.](./media/analysis-services-addservprinc-admins/aas-add-sp-ssms-picker.png)
3636

3737
4. Verify the service principal account ID, and then click **OK**.
3838

@@ -95,7 +95,7 @@ The following Resource Manager template deploys an Analysis Services server with
9595

9696
## Using managed identities
9797

98-
A managed identity can also be added to the Analysis Services Admins list. For example, you might have a [Logic App with a system-assigned managed identity](../logic-apps/create-managed-service-identity.md), and want to grant it the ability to administer your Analysis Services server.
98+
A managed identity can also be added to the Analysis Services Admins list. For example, you might have a [Logic App with a system-assigned managed identity](../logic-apps/create-managed-service-identity.md), and want to grant it the ability to administer your server.
9999

100100
In most parts of the Azure portal and APIs, managed identities are identified using their service principal object ID. However, Analysis Services requires that they be identified using their client ID. To obtain the client ID for a service principal, you can use the Azure CLI:
101101

articles/analysis-services/analysis-services-async-refresh.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Asynchronous refresh for Azure Analysis Services models | Microsoft Docs
2+
title: Learn about asynchronous refresh for Azure Analysis Services models | Microsoft Docs
33
description: Describes how to use the Azure Analysis Services REST API to code asynchronous refresh of model data.
44
author: minewiskan
55
ms.service: azure-analysis-services
@@ -40,7 +40,7 @@ https://westus.asazure.windows.net/servers/myserver/models/AdventureWorks/
4040

4141
By using the base URL, resources and operations can be appended based on the following parameters:
4242

43-
![Async refresh](./media/analysis-services-async-refresh/aas-async-refresh-flow.png)
43+
![Diagram that shows asynchronous refresh logic.](./media/analysis-services-async-refresh/aas-async-refresh-flow.png)
4444

4545
- Anything that ends in **s** is a collection.
4646
- Anything that ends with **()** is a function.

articles/analysis-services/analysis-services-backup.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: Azure Analysis Services database backup and restore | Microsoft Docs
2+
title: Learn about Azure Analysis Services database backup and restore | Microsoft Docs
33
description: This article describes how to backup and restore model metadata and data from an Azure Analysis Services database.
44
author: minewiskan
55
ms.service: azure-analysis-services
66
ms.topic: conceptual
7-
ms.date: 03/29/2021
7+
ms.date: 01/24/2023
88
ms.author: owend
99
ms.reviewer: minewiskan
1010
ms.custom: references_regions
@@ -33,27 +33,27 @@ Before backing up, you need to configure storage settings for your server.
3333
### To configure storage settings
3434
1. In Azure portal > **Settings**, click **Backup**.
3535

36-
![Backups in Settings](./media/analysis-services-backup/aas-backup-backups.png)
36+
![Screenshot that shows Backups in Settings.](./media/analysis-services-backup/aas-backup-backups.png)
3737

3838
2. Click **Enabled**, then click **Storage Settings**.
3939

40-
![Enable](./media/analysis-services-backup/aas-backup-enable.png)
40+
![Screenshot that shows Enabled button.](./media/analysis-services-backup/aas-backup-enable.png)
4141

4242
3. Select your storage account or create a new one.
4343

4444
4. Select a container or create a new one.
4545

46-
![Select container](./media/analysis-services-backup/aas-backup-container.png)
46+
![Screenshot that shows selecting a container.](./media/analysis-services-backup/aas-backup-container.png)
4747

4848
5. Save your backup settings.
4949

50-
![Save backup settings](./media/analysis-services-backup/aas-backup-save.png)
50+
![Screenshot that shows Save backup settings.](./media/analysis-services-backup/aas-backup-save.png)
5151

5252
## Backup
5353

54-
### To backup by using SSMS
54+
### To backup by using SQL Server Management Studio
5555

56-
1. In SSMS, right-click a database > **Back Up**.
56+
1. In SQL Server Management Studio (SSMS), right-click a database > **Back Up**.
5757

5858
2. In **Backup Database** > **Backup file**, click **Browse**.
5959

articles/analysis-services/analysis-services-bcdr.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: Azure Analysis Services high availability | Microsoft Docs
2+
title: Learn about Azure Analysis Services high availability | Microsoft Docs
33
description: This article describes how Azure Analysis Services provides high availability during service disruption.
44
author: minewiskan
55
ms.service: azure-analysis-services
66
ms.topic: conceptual
7-
ms.date: 02/02/2022
7+
ms.date: 01/24/2023
88
ms.author: owend
99
ms.reviewer: minewiskan
1010
ms.custom: references_regions
@@ -13,7 +13,7 @@ ms.custom: references_regions
1313

1414
# Analysis Services high availability
1515

16-
This article describes assuring high availability for Azure Analysis Services servers.
16+
This article describes assuring high availability for Analysis Services servers in Azure.
1717

1818
## Assuring high availability during a service disruption
1919

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: Azure Analysis Services resource and object limits | Microsoft Docs
2+
title: Learn about Azure Analysis Services resource and object limits | Microsoft Docs
33
description: This article describes resource and object limits for an Azure Analysis Services server.
44
author: minewiskan
55
ms.service: azure-analysis-services
66
ms.topic: conceptual
7-
ms.date: 03/29/2021
7+
ms.date: 01/24/2023
88
ms.author: owend
99
ms.reviewer: minewiskan
1010

@@ -15,7 +15,7 @@ This article describes resource and model object limits.
1515

1616
## Tier limits
1717

18-
For QPU and Memory limits for developer, basic, and standard tiers, see the [Azure Analysis Services pricing page](https://azure.microsoft.com/pricing/details/analysis-services/).
18+
For Query Processing Units (QPU) and Memory limits for developer, basic, and standard tiers, see the [Azure Analysis Services pricing page](https://azure.microsoft.com/pricing/details/analysis-services/).
1919

2020
## Object limits
2121

articles/analysis-services/analysis-services-connect-excel.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
2-
title: Connect to Azure Analysis Services with Excel | Microsoft Docs
2+
title: Learn how to connect to Azure Analysis Services with Excel | Microsoft Docs
33
description: Learn how to connect to an Azure Analysis Services server by using Excel. Once connected, users can create PivotTables to explore data.
44
author: minewiskan
55
ms.service: azure-analysis-services
66
ms.topic: conceptual
7-
ms.date: 05/16/2022
7+
ms.date: 01/24/2023
88
ms.author: owend
99
ms.reviewer: minewiskan
1010

1111
---
1212
# Connect with Excel
1313

14-
Once you've created a server and deployed a tabular model to it, clients can connect and begin exploring data. This article describes connecting to an Azure Analysis Services resource by using the Excel desktop app. Connecting to an Azure Analysis Services resource is not supported in Excel for the web or Excel for Mac.
14+
This article describes connecting to an Azure Analysis Services resource by using the Excel desktop app. Connecting to an Azure Analysis Services resource is not supported in Excel for the web or Excel for Mac.
1515

1616
## Before you begin
1717

@@ -28,11 +28,11 @@ Connecting to a server in Excel is supported by using Get Data in Excel 2016 and
2828
> [!IMPORTANT]
2929
> If you sign in with a Microsoft Account, Live ID, Yahoo, Gmail, etc., or you are required to sign in with multi-factor authentication, leave the password field blank. You are prompted for a password after clicking Next.
3030
31-
![Connect from Excel logon](./media/analysis-services-connect-excel/aas-connect-excel-logon.png)
31+
![Screenshot that shows Connect to Database Server screen in Data Connection Wizard.](./media/analysis-services-connect-excel/aas-connect-excel-logon.png)
3232

3333
3. In **Select Database and Table**, select the database and model or perspective, and then click **Finish**.
3434

35-
![Connect from Excel select model](./media/analysis-services-connect-excel/aas-connect-excel-select.png)
35+
![Screenshot that shows selecting a model in Data Connection Wizard.](./media/analysis-services-connect-excel/aas-connect-excel-select.png)
3636

3737

3838
## See also

articles/analysis-services/analysis-services-connect-pbi.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
2-
title: Connect to Azure Analysis Services with Power BI | Microsoft Docs
2+
title: Learn how to connect to Azure Analysis Services with Power BI | Microsoft Docs
33
description: Learn how to connect to an Azure Analysis Services server by using Power BI. Once connected, users can explore model data.
44
author: minewiskan
55
ms.service: azure-analysis-services
66
ms.topic: conceptual
7-
ms.date: 06/30/2021
7+
ms.date: 01/24/2023
88
ms.author: owend
99
ms.reviewer: minewiskan
1010

1111
---
1212
# Connect with Power BI
1313

14-
Once you've created a server in Azure, and deployed a tabular model to it, users in your organization are ready to connect and begin exploring data.
14+
After you've created a server in Azure and deployed a tabular model to it, users in your organization are ready to connect and begin exploring data.
1515

1616
> [!NOTE]
1717
> If publishing a Power BI Desktop model to the Power BI service, on the Azure Analysis Services server, ensure the Case-Sensitive collation server property is not selected (default). The Case-Sensitive server property can be set by using SQL Server Management Studio.
@@ -34,7 +34,7 @@ Once you've created a server in Azure, and deployed a tabular model to it, users
3434

3535
5. When prompted to enter your credentials, select **Microsoft account**, and then click **Sign in**.
3636

37-
:::image type="content" source="media/analysis-services-connect-pbi/aas-sign-in.png" alt-text="Sign in to Azure AS":::
37+
:::image type="content" source="media/analysis-services-connect-pbi/aas-sign-in.png" alt-text="Screenshot showing Sign in to Azure Analysis Services.":::
3838

3939
> [!NOTE]
4040
> Windows and Basic authentication are not supported.

articles/analysis-services/analysis-services-connect.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: Connecting to Azure Analysis Services servers| Microsoft Docs
2+
title: Learn about connecting to Azure Analysis Services servers| Microsoft Docs
33
description: Learn how to connect to and get data from an Analysis Services server in Azure.
44
author: minewiskan
55
ms.service: azure-analysis-services
66
ms.topic: conceptual
7-
ms.date: 02/02/2022
7+
ms.date: 01/24/2023
88
ms.author: owend
99
ms.reviewer: minewiskan
1010
ms.custom: references_regions

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This quickstart describes how to create an Azure Analysis Services
44
author: minewiskan
55
ms.author: owend
66
ms.reviewer: minewiskan
7-
ms.date: 10/12/2021
7+
ms.date: 01/26/2023
88
ms.topic: quickstart
99
ms.service: azure-analysis-services
1010
ms.custom: references_regions, devx-track-azurepowershell, mode-api

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: In this tutorial, learn how to add a sample model in Azure Analysis
44
author: minewiskan
55
ms.service: azure-analysis-services
66
ms.topic: tutorial
7-
ms.date: 10/12/2021
7+
ms.date: 01/26/2023
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.
@@ -36,20 +36,20 @@ Sign in to the [portal](https://portal.azure.com/).
3636

3737
1. In server **Overview**, click **New model**.
3838

39-
![Create a sample model](./media/analysis-services-create-sample-model/aas-create-sample-new-model.png)
39+
![Screen showing New model button.](./media/analysis-services-create-sample-model/aas-create-sample-new-model.png)
4040

4141
2. In **New model** > **Choose a data source**, verify **Sample data** is selected, and then click **Add**.
4242

43-
![Select New model](./media/analysis-services-create-sample-model/aas-create-sample-data.png)
43+
![Screen showing New model dialog.](./media/analysis-services-create-sample-model/aas-create-sample-data.png)
4444

4545
3. In **Overview**, verify the `adventureworks` sample model is added.
4646

47-
![Select sample data](./media/analysis-services-create-sample-model/aas-create-sample-verify.png)
47+
![Screen showing new model on the server.](./media/analysis-services-create-sample-model/aas-create-sample-verify.png)
4848

4949

5050
## Clean up resources
5151

52-
Your sample model is using cache memory resources. If you are not using your sample model for testing, you should remove it from your server.
52+
Your sample model is using cache memory resources. If you're not using your sample model for testing, you should remove it from your server.
5353

5454
These steps describe how to delete a model from a server by using SSMS.
5555

0 commit comments

Comments
 (0)