7

U-SQL CREATE DATA SOURCE for Azure SQL Server in the US Region

 2 years ago
source link: https://www.codesd.com/item/u-sql-create-data-source-for-azure-sql-server-in-the-us-region.html
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

U-SQL CREATE DATA SOURCE for Azure SQL Server in the US Region

advertisements

I am trying to configure the firewall IP address whitelist access for an Azure SQL DB, in order to run a CREATE DATA SOURCE command for external U-SQL Data Lake Analysis querying. The guidance I am following is:

https://msdn.microsoft.com/en-us/library/azure/mt763307.aspx

In there is a list for IP addresses per Azure data center region. The "US West" region is not listed, yet that is where my resource group is located. So, the question is: What is the IP address range I should use for "US West" region? Thank you! Eric


As Alex mentions, the IP range that you need to enable is the range for where your ADLA account resides. Since you are using Azure SQL DB, enabling Azure Services should be enough. If you were connecting to a SQL Server instance in the VM, you would need to enable the IP range as outlined in the documentation for the region where your ADLA account resides.

Having said that, please be aware that accessing data across region boundaries can be slow and you will have to pay for data egress for the data returned by Azure SQL DB to ADLA.

Related Articles

Data Source for RDL Reports with ReportViewer

I have some RDL reports created with SQL Server BI Development Studio and now I need to render them using the ASP.NET Report Viewer. Even though my RDLs contain references to the SQL server and the SELECT query, it keeps saying I need to specify a da

Using a CSV file as a data source for a datagridview in C #

I have a CSV file that I want to be my data source for a datagridview, but before the column headers there are 3 random lines, which are not needed and affect the table For example: Username: 01 Date: 04/02/13 *blank* Source, file, date, time The cod

Configuring the EF4 Data Source for SQL Compact 4

I've installed visual studio 2010 SP1, EF 4.1, SQL Compact 4.0 with vs tools. Everything is appears ok, except I can't use SQL Compact 4 as a data source for Entity framework through the wizard. The only alternative is SQL Compact 3.5. Is there a pat

DB2 data source for a Java liberty application

I'm tring to access a DB2 data source on a remote machine, by a java web app deployed on a liberty websphere machine. In the moment the code execute the lookup ok the data source from the context the following error returns to me: I FFDC1015I: An FFD

What is the origin of the data source for a GridView to automatically generate columns?

I created custom datatype classes that format the data the way I need it. The data I retrieve from the database comes as .NET base types, so I need to loop through the DataTable, convert each item into it's custom type, and put the converted item int

Websphere MQ as data source for Apache Spark Streaming

I was digging into the possibilities for Websphere MQ as a data source for spark-streaming becuase it is needed in one of our use case. I got to know that MQTT is the protocol that supports the communication from MQ data structures but since I am a n

Is it possible to use queries as a data source for a Sitecore rendering with Glass Mapper?

I am building a site with Sitecore 7.5 and Glass Mapper 3.2.3. When I add a sublayout to the presentation details of a page, Glass Mapper will assume that the data source for the sublayout should be the current page. I can also explicitly set the dat

How to configure the MySQL data source for PhpStorm?

I have a legacy PHP project using MySQL. PhpStorm discovers that there are MySQL queries inside the project, and asks me to provide a data source for them. This opens this window: Yet I am totally confused on how to provide the credentials to my MySQ

Is it possible to have a connection to Lotus Notes and use it as a data source for a C # project?

Is it possible to have a connection to LotusNotes and use it as a data source for a C# project? We use LN for email/calendar. Management wants a web page that would interact with the calendar. I think this can all be done within Notes, but I would mu

Request unknown parameter '1' from data source for row 0 in DataTables

When I try to retrieve data from my database to the table, I get this error: DataTables warning (table id = 'student_table'): Requested unknown parameter '1' from the data source for row 0 Below is the javascript that I used <script type="text/jav

How to hide the array when it is empty - Request the unknown parameter '1' from the data source for the row

I am getting this warning DataTables warning (table id = 'userList'): Requested unknown parameter '1' from the data source for row 0 I know I am getting this warning because table is empty. I don't have data in table. I want to know, how can I ignore

In the built-in WPF DataGrid, can I configure the data source for DataGridTemplateColumn?

In this hypothetical example, imagine I have an object FooSet that has five properties Foo1, Foo2, Foo3 Foo4 and Foo5 all of which are type Foo which itself has several properties. Finally, I have a DataTemplate called FooTemplate that knows how to d

SQL Server: Changing the & ldquo; Application name & rdquo; ownership for audit purposes

As we do not implement the users of our applications as users in SQL server, when the application server connects to a database each application always uses the same credentials to attach to each database. This presents an auditing problem. Using tri

Data source for tableview in goal c

What is the better data model for a tableview? NSArray of dictionary for example or is it better do a NsArray of a personal data class?I think in general (whether you're designing a data source for a table view or any other data model) it's better to

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK