Add managed hosting SDK and restructure docs - #397
Merged
Conversation
Shenglong Li (shenglol)
marked this pull request as ready for review
August 6, 2026 19:55
|
This PR normalizes several files CRLF → LF, which inflates the diff (e.g. Can you add a standalone PR adding .gitattributes ( |
Shenglong Li (shenglol)
force-pushed
the
shenglol/managed-sdk
branch
from
August 8, 2026 02:07
f1e7114 to
092eed1
Compare
Contributor
Author
Shenglong Li (shenglol)
force-pushed
the
shenglol/managed-sdk
branch
from
August 8, 2026 02:11
092eed1 to
f1e7114
Compare
- Add Azure.Deployments.Extensibility.Hosting.Managed: public ASP.NET Core host with assembly-based extension identity, exact-version resolution, startup validation, and health checks, plus unit tests - Simplify the MagicEightBall sample to a single (unversioned) handler set - Restructure docs (tutorials, SDK reference, contract) and generate API reference from the managed + core assemblies - Ignore docfx-generated docs/sdks/api-managed output
Shenglong Li (shenglol)
force-pushed
the
shenglol/managed-sdk
branch
from
August 10, 2026 19:12
f1e7114 to
0dea9c8
Compare
Gary Li (gary-x-li)
approved these changes
Aug 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Introduces
Azure.Deployments.Extensibility.Hosting.Managed, the public managed host for third-party, local, and internal Bicep extensions. It adds assembly-based extension identity, exact single-version dispatch, startup/lifecycle validation, and aGET /pinghealth check, with accompanying unit tests.Also simplifies the MagicEightBall sample to a single unversioned handler set, and restructures the documentation (getting started, typed handlers, behaviors, validators, SDK reference, and API contract) with docfx API reference now generated from the Core and Managed assemblies.