-
Notifications
You must be signed in to change notification settings - Fork 21.8k
Change from the deprecated azure-sql-edge to mssql/server #127521
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
Conversation
As per https://learn.microsoft.com/en-us/azure/azure-sql-edge/disconnected-deployment, azure-sql-edge is deprecated, and will leave support on September 30th. In local testing the mssql/server container works as a functional and supported replacement.
@Penguinwizzard : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. |
Learn Build status updates of commit 0a18535: ✅ Validation status: passed
For more details, please refer to the build report. |
Learn Build status updates of commit b213aa0:
|
File | Status | Preview URL | Details |
---|---|---|---|
articles/service-bus-messaging/test-locally-with-service-bus-emulator.md | Details |
articles/service-bus-messaging/test-locally-with-service-bus-emulator.md
- Line 262, Column 308: [Warning: hard-coded-locale - See documentation]
Link 'https://learn.microsoft.com/en-us/sql/linux/sql-server-linux-docker-container-deployment?view=sql-server-ver17&pivots=cs1-bash' contains locale code 'en-us'. For localizability, remove 'en-us' from links to most Microsoft sites.
- Line 262, Column 308: [Suggestion: docs-link-absolute - See documentation]
Absolute link 'https://learn.microsoft.com/en-us/sql/linux/sql-server-linux-docker-container-deployment?view=sql-server-ver17&pivots=cs1-bash' will be broken in isolated environments. Replace with a relative link.
- Line 262, Column 308: [Suggestion: preserve-view-not-set - See documentation]
You've pinned this link to a specific version of content with the view parameter. It's recommended not to pin a version unless that version is A) not the default view and B) the context is about that version specifically. To proceed with pinning a version add the &preserve-view=true to the URL. Otherwise, remove the view parameter. URL: https://learn.microsoft.com/en-us/sql/linux/sql-server-linux-docker-container-deployment?view=sql-server-ver17&pivots=cs1-bash
For more details, please refer to the build report.
Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them.
articles/service-bus-messaging/test-locally-with-service-bus-emulator.md
Outdated
Show resolved
Hide resolved
Can you review the proposed changes? Important: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
Co-authored-by: Diana Richards <[email protected]>
Learn Build status updates of commit 581cabf: 💡 Validation status: suggestions
articles/service-bus-messaging/test-locally-with-service-bus-emulator.md
For more details, please refer to the build report. Note: Your PR may contain errors or warnings or suggestions unrelated to the files you changed. This happens when external dependencies like GitHub alias, Microsoft alias, cross repo links are updated. Please use these instructions to resolve them. |
Learn Build status updates of commit 1ccf341: ✅ Validation status: passed
For more details, please refer to the build report. |
Learn Build status updates of commit 714fb54: ✅ Validation status: passed
For more details, please refer to the build report. |
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.
Thank you!
#sign-off |
As per https://learn.microsoft.com/en-us/azure/azure-sql-edge/disconnected-deployment, azure-sql-edge is deprecated, and will leave support on September 30th. In local testing the mssql/server container works as a functional and supported replacement.