Azure docs fix (#8928)

* Azure Docker Docs

* Add Image
This commit is contained in:
Mayur Singal 2022-11-21 20:14:41 +05:30 committed by GitHub
parent ccc6d2dc9c
commit 859cfec5d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 1 deletions

View File

@ -16,4 +16,17 @@ To solve this issue, you can edit your Service Connection by adding the followin
- Key: `autocommit`
- Value: `true`
<Image src="/images/openmetadata/connectors/database/azuresql/autocommit.png" alt="autocommit"/>
<Image src="/images/openmetadata/connectors/azuresql/autocommit.png" alt="autocommit"/>
* ** Cannot open server '[server name]' requested by the login. Client with IP address '[your IP]' is not allowed to access the server **
This is an exception you can get when trying to connect to AzureSQL using SQLAlchemy (the internal OpenMetadata Ingestion library for reaching databases).
To solve this issue, you need to add your IP address in firewall rules for your Azure SQL instance.
<Image src="/images/openmetadata/connectors/azuresql/azure-firewall.png"
alt="azure sql firewall rules"
caption="azure sql firewall rules"
/>

Binary file not shown.

After

Width:  |  Height:  |  Size: 348 KiB