Skip to content

Commit 4d49067

Browse files
authored
Merge pull request #113242 from Minewiskan/aas-firewall
Adding network FAQ
2 parents 4dcbd48 + 2e3a80a commit 4d49067

File tree

3 files changed

+47
-3
lines changed

3 files changed

+47
-3
lines changed

articles/analysis-services/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@
4343
href: analysis-services-long-operations.md
4444
- name: Supported data sources
4545
href: analysis-services-datasource.md
46+
- name: Network connectivity FAQ
47+
href: analysis-services-network-faq.md
4648
- name: How-to
4749
items:
4850
- name: Server

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This article describes how to backup and restore model metadata and
44
author: minewiskan
55
ms.service: azure-analysis-services
66
ms.topic: conceptual
7-
ms.date: 04/24/2020
7+
ms.date: 04/29/2020
88
ms.author: owend
99
ms.reviewer: minewiskan
1010

@@ -103,5 +103,5 @@ Use [Restore-ASDatabase](https://docs.microsoft.com/powershell/module/sqlserver/
103103
## Related information
104104

105105
[Azure storage accounts](../storage/common/storage-create-storage-account.md)
106-
[High availability](analysis-services-bcdr.md)
107-
[Manage Azure Analysis Services](analysis-services-manage.md)
106+
[High availability](analysis-services-bcdr.md)
107+
[Analysis Services network connectivity FAQ](analysis-services-network-faq.md)
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
title: Frequently asked questions about Analysis Services network connectivity | Microsoft Docs
3+
description: This article provides answers to some of the more common questions about Analysis Services network connectivity.
4+
author: minewiskan
5+
ms.service: azure-analysis-services
6+
ms.topic: conceptual
7+
ms.date: 04/29/2020
8+
ms.author: owend
9+
ms.reviewer: minewiskan
10+
---
11+
12+
# Frequently asked questions about Analysis Services network connectivity
13+
14+
This article provides answers to common questions about connecting to storage accounts, data sources, firewalls, and IP addresses.
15+
16+
## Backup and restore
17+
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.
20+
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.
23+
24+
## Data source connections
25+
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?
27+
**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).
28+
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.
31+
32+
## Azure apps with IP address
33+
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?
35+
**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.
36+
37+
38+
## Next steps
39+
40+
[Install and configure an on-premises data gateway](analysis-services-gateway-install.md)
41+
[Connecting to on-premises data sources with On-premises data gateway](analysis-services-gateway.md)
42+
[Use gateway for data sources on an Azure Virtual Network (VNet)](analysis-services-vnet-gateway.md)

0 commit comments

Comments
 (0)