Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions azure-sql/database/elastic-query-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,8 @@ Elastic query is included in the cost of Azure SQL Database. Topologies where yo
- Elastic query works with Azure SQL Database only. You can't use it for querying a SQL Server instance, Azure SQL Managed Instance, or Fabric SQL database.

- Private links are currently not supported with elastic query for those databases that are targets of external data sources.

- Elastic queries only support SQL logins. This presents a security problem as SQL logins are not recommneded to be used as they require passwords to be stored and securly maintained in other resources. Until elastic queries support managed identity they are not recommended from a security perspective.
Comment thread
chassq marked this conversation as resolved.
Outdated
Copy link

Copilot AI Jan 19, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The sentence structure needs improvement. According to the Microsoft Writing Style Guide, sentences should be concise and clear. Consider breaking this long sentence into multiple sentences or restructuring it for better readability. Additionally, avoid phrases like "security problem" - use more specific, technical language such as "security concern" or "security limitation".

Copilot uses AI. Check for mistakes.
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is neither a limitation nor concern. This is a problem. Plain and simple. It opens up the uninitiated to a security problem if they do not understand the implication of using SQL Logins. Elastic queries should only support Managed identity and not support SQL logins. However since that is not currently the case the problem should be clearly called out.

Copy link

Copilot AI Jan 19, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Two spelling errors detected: "recommneded" should be "recommended" and "securly" should be "securely".

Suggested change
- Elastic queries only support SQL logins. This presents a security problem as SQL logins are not recommneded to be used as they require passwords to be stored and securly maintained in other resources. Until elastic queries support managed identity they are not recommended from a security perspective.
- Elastic queries only support SQL logins. This presents a security problem as SQL logins are not recommended to be used as they require passwords to be stored and securely maintained in other resources. Until elastic queries support managed identity they are not recommended from a security perspective.

Copilot uses AI. Check for mistakes.

## Related content

Expand Down
Loading