Skip to content

Commit 14a9fa6

Browse files
author
minewiskan
committed
Revisions
1 parent 11d7526 commit 14a9fa6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/analysis-services/analysis-services-gateway-install.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ To learn more about how Azure Analysis Services works with the gateway, see [Con
3939
* When installing the gateway, the user account you're signed in to your computer with must have Log on as service privileges. When install is complete, the On-premises data gateway service uses the NT SERVICE\PBIEgwService account to log on as a service. A different account can be specified during setup or in Services after setup is complete. Ensure Group Policy settings allow both the account you're signed in with when installing and the service account you choose have Log on as service privileges.
4040
* Sign in to Azure with an account in Azure AD for the same [tenant](/previous-versions/azure/azure-services/jj573650(v=azure.100)#what-is-an-azure-ad-tenant) as the subscription you are registering the gateway in. Azure B2B (guest) accounts are not supported when installing and registering a gateway.
4141
* If data sources are on an Azure Virtual Network (VNet), you must configure the [AlwaysUseGateway](analysis-services-vnet-gateway.md) server property.
42-
* If installing the gateway on an Azure Virtual Machine (VM), ensure optimal performance by configuring Accelerated networking. To learn more, see [Create a Windows VM with accelerated networking](../virtual-network/create-vm-accelerated-networking-powershell.md).
42+
* If installing the gateway on an Azure Virtual Machine (VM), ensure optimal networking performance by configuring Accelerated networking. To learn more, see [Create a Windows VM with accelerated networking](../virtual-network/create-vm-accelerated-networking-powershell.md).
4343

4444

4545
## Download
@@ -154,9 +154,9 @@ Set-AzAnalysisServicesServer -ResourceGroupName $RGName -Name $servername -Gatew
154154

155155
## Optimize
156156

157-
By default, the gateway will spool data before returning it to the Analysis Services server resource, potentially causing slower performance during data load and refresh operations. The default behavior can be overridden.
157+
By default, the gateway will spool data before sending it to the Analysis Services server resource, potentially causing slower performance during data load and refresh operations. To ensure optimal performance, override the default setting:
158158

159-
1. In C:\Program Files\On-Premises data gateway\\**Microsoft.PowerBI.DataMovement.Pipeline.GatewayCore.dll.config** file, set the **StreamBeforeRequestCompletes** property to **True**, and then save.
159+
1. In the C:\Program Files\On-Premises data gateway\\**Microsoft.PowerBI.DataMovement.Pipeline.GatewayCore.dll.config** file, set the **StreamBeforeRequestCompletes** setting to **True**, and then save.
160160

161161
```json
162162
<setting name="StreamBeforeRequestCompletes" serializeAs="String">

0 commit comments

Comments
 (0)