-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Document using managed identity with New-AzSqlDatabaseExport #27881
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document using managed identity with New-AzSqlDatabaseExport #27881
Conversation
Thanks for your contribution! The pull request validation has started. Please revisit this comment for updated status. |
This was recreated from #27852 |
Hi @matthetherington, could you provide the source of this update? Like the documetation from Sql team. |
src/Sql/Sql/ChangeLog.md
Outdated
|
||
## Version 6.0.4 | ||
* Added server level action groups in enum of action groups to be able to be configured via auditing. | ||
* Documented using managed identity with `New-AzSqlDatabaseExport` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove the update of ChangeLog.md.
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
This PR was labeled "needs-revision" because it has unresolved review comments or CI failures. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggested some changes to ensure there won't be rendering issues
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the documentation for the New-AzSqlDatabaseExport
cmdlet to provide comprehensive guidance on using managed identity authentication for both SQL server access and storage account authentication, along with private link connectivity options.
- Adds detailed example showing managed identity authentication with private link configuration
- Documents managed identity as authentication type for both SQL server and storage account access
- Updates parameter descriptions to clarify managed identity usage requirements
Co-authored-by: Copilot <[email protected]>
/azp run |
Azure Pipelines successfully started running 3 pipeline(s). |
@notyashhh would you be able to review/approve this cause I edited the PR (now it requires another approve) thanks! |
Description
Update New-AzSqlDatabaseExport documentation to cover using managed identity for authentication with SQL server and the target storage account.
Mandatory Checklist
Please choose the target release of Azure PowerShell. (⚠️ Target release is a different concept from API readiness. Please click below links for details.)
Check this box to confirm: I have read the Submitting Changes section of
CONTRIBUTING.md
and reviewed the following information:ChangeLog.md
file(s) appropriatelysrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md
.## Upcoming Release
header in the past tense.ChangeLog.md
if no new release is required, such as fixing test case only.