Skip to content

Commit 0753534

Browse files
raghavs-MSrwestMSFT
authored andcommitted
Storage account firewall validation
1 parent 4673711 commit 0753534

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

docs/relational-databases/import-export/examples-of-bulk-access-to-data-in-azure-blob-storage.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,17 @@ WITH IDENTITY = 'SHARED ACCESS SIGNATURE',
3838
SECRET = 'sv=2018-03-28&ss=b&srt=sco&sp=rwdlac&se=2019-08-31T02:25:19Z&st=2019-07-30T18:25:19Z&spr=https&sig=KS51p%2BVnfUtLjMZtUTW1siyuyd2nlx294tL0mnmFsOk%3D';
3939
```
4040

41+
## Known issues
42+
43+
Requests from Azure SQL Database and Azure SQL Managed Instance using SAS tokens may be blocked with the following error:
44+
45+
```text
46+
Msg 4861, Level 16, State 1, Line 27
47+
Cannot bulk load because the file "FileName.extension" could not be opened. Operating system error code 5(Access is denied.).
48+
```
49+
50+
Only a subset of Azure services are currently on the trusted services list. For a complete list of trusted services and updates on Azure storage firewall settings, see [Trusted access for resources registered in your subscription](/azure/storage/common/storage-network-security?tabs=azure-portal#trusted-access-for-resources-registered-in-your-subscription).
51+
4152
## Examples
4253

4354
Along with the examples in this article, you can also review the [Azure SQL Database import data samples](https://github.com/Azure-Samples/azure-sql-db-import-data) on GitHub.

0 commit comments

Comments
 (0)