Skip to content

Commit d3efbcc

Browse files
author
Owen Duncan
committed
Revisions
1 parent 3e43e13 commit d3efbcc

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/analysis-services/analysis-services-network-faq.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,23 @@ This article provides answers to common questions about connecting to storage ac
1515

1616
## Backup and restore
1717

18-
### How can I backup and restore using a storage account that is behind a firewall?
19-
**Answer** - Azure Analysis Services does not use fixed IP addresses or Service Tags. The range of IP addresses your Analysis Services servers use can be anything in the range of IP addresses for the **Azure region**. Because your server IP addresses are variable and can change over time, your firewall rules need to allow for the entire range of Azure region IP addresses your server is in.
18+
**Question** - How can I backup and restore using a storage account that is behind a firewall?
19+
**Answer** - Azure Analysis Services does not use fixed IP addresses or Service Tags. The range of IP addresses your Analysis Services servers use can be anything in the range of IP addresses for the *Azure region*. Because your server IP addresses are variable and can change over time, your firewall rules need to allow for the entire range of Azure region IP addresses your server is in.
2020

21-
### My Azure storage account is in a different region from my Analysis Services server. How do I configure storage account firewall settings?
22-
**Answer** - If the storage account is in a different region, firewall settings must be configured to allow access from All networks. Firewall settings configured for Selected networks with whitelisted IP addresses and Allow trusted Microsoft services exception is not supported.
21+
**Question** - My Azure storage account is in a different region from my Analysis Services server. How do I configure storage account firewall settings?
22+
**Answer** - If the storage account is in a different region, firewall settings must be configured to allow access from **All networks**. Firewall settings configured for Selected networks with whitelisted IP addresses and Allow trusted Microsoft services exception is not supported.
2323

2424
## Data source connections
2525

26-
### I have a VNET for my data source system. How can I allow my Analysis Services servers to access the database from the VNET?
26+
**Question** - I have a VNET for my data source system. How can I allow my Analysis Services servers to access the database from the VNET?
2727
**Answer** - Azure Analysis Services is unable to join a VNET. The best solution here is to install and configure an On-premises Data Gateway on the VNET, and then configure your Analysis Services servers with the **AlwaysUseGateway** server property. To learn more, see [Use gateway for data sources on an Azure Virtual Network (VNet)](analysis-services-vnet-gateway.md).
2828

29-
### I have a source database behind a firewall. How can I configure the firewall to allow my Analysis Services server to access it?
30-
**Answer** - Azure Analysis Services does not use fixed IP addresses or Service Tags. The range of IP addresses your Analysis Services servers use can be anything in the range of IP addresses for the **Azure region**. You have to provide the *full range* of IP addresses for the Azure region of your server in the source database firewall rules. Another, and possibly more secure, alternative is to configure an On-premises Data Gateway. You can then configure your Analysis Services servers with the [AlwaysUseGateway server property](analysis-services-vnet-gateway.md#configure-alwaysusegateway-property), and then ensure the On-premises Data Gateway has an IP address, which is allowed by the firewall rules of the data source.
29+
**Question** - I have a source database behind a firewall. How can I configure the firewall to allow my Analysis Services server to access it?
30+
**Answer** - Azure Analysis Services does not use fixed IP addresses or Service Tags. The range of IP addresses your Analysis Services servers use can be anything in the range of IP addresses for the *Azure region*. You have to provide the *full range* of IP addresses for the Azure region of your server in the source database firewall rules. Another, and possibly more secure, alternative is to configure an On-premises Data Gateway. You can then configure your Analysis Services servers with the [AlwaysUseGateway server property](analysis-services-vnet-gateway.md#configure-alwaysusegateway-property), and then ensure the On-premises Data Gateway has an IP address allowed by the firewall rules of the data source.
3131

3232
## Azure apps with IP address
3333

34-
### I use an Azure-based application (for example, Azure Functions, Azure Data Factory) with an IP address that changes on the fly. How can I manage the Azure Analysis Services firewall rules to dynamically allow the IP address where my app is executing?
34+
**Question** - I use an Azure-based application (for example, Azure Functions, Azure Data Factory) with an IP address that changes on the fly. How can I manage the Azure Analysis Services firewall rules to dynamically allow the IP address where my app is executing?
3535
**Answer** - Azure Analysis Services does not support Private Links, VNETs, or Service Tags. There are some open-source solutions (for example, https://github.com/mathwro/Scripts/blob/master/Azure/AllowAzure-AnalysisServer.ps1) that detect the IP address of the client application, and automatically and temporarily update the firewall rules.
3636

3737

0 commit comments

Comments
 (0)