Add Azure resource type samples#2610
Merged
Merged
Conversation
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
willdavsmith
force-pushed
the
willdavsmith-port-rtv-apps-to-samples
branch
3 times, most recently
from
July 9, 2026 22:44
d2025d9 to
b99595b
Compare
willdavsmith
force-pushed
the
willdavsmith-port-rtv-apps-to-samples
branch
6 times, most recently
from
July 10, 2026 15:48
573ec58 to
4474942
Compare
willdavsmith
commented
Jul 10, 2026
willdavsmith
commented
Jul 10, 2026
willdavsmith
commented
Jul 10, 2026
willdavsmith
commented
Jul 10, 2026
willdavsmith
commented
Jul 10, 2026
willdavsmith
commented
Jul 10, 2026
willdavsmith
commented
Jul 10, 2026
willdavsmith
commented
Jul 10, 2026
willdavsmith
commented
Jul 10, 2026
willdavsmith
commented
Jul 10, 2026
willdavsmith
commented
Jul 10, 2026
willdavsmith
commented
Jul 10, 2026
willdavsmith
commented
Jul 10, 2026
willdavsmith
commented
Jul 10, 2026
willdavsmith
commented
Jul 10, 2026
willdavsmith
commented
Jul 10, 2026
willdavsmith
commented
Jul 10, 2026
willdavsmith
commented
Jul 10, 2026
willdavsmith
commented
Jul 10, 2026
willdavsmith
commented
Jul 10, 2026
willdavsmith
commented
Jul 10, 2026
willdavsmith
commented
Jul 10, 2026
willdavsmith
commented
Jul 10, 2026
willdavsmith
commented
Jul 10, 2026
willdavsmith
commented
Jul 10, 2026
Add ten self-contained samples for published Radius resource types backed by Azure recipes. Wire source-built workloads through containerImages, replace verification-only tools with SQLPad and a Go Azure Search API, and document registry requirements. Preserve nested outputs.secrets contracts for sensitive recipe outputs. Signed-off-by: willdavsmith <willdavsmith@gmail.com>
willdavsmith
force-pushed
the
willdavsmith-port-rtv-apps-to-samples
branch
from
July 10, 2026 17:55
4474942 to
08cd6c3
Compare
willdavsmith
commented
Jul 13, 2026
Reshrahim
approved these changes
Jul 16, 2026
Reshrahim
left a comment
Contributor
There was a problem hiding this comment.
Thanks for adding them in! LGTM
Couple of things to do later
- Merge all samples into one set with all the existing muti tier samples like eshop updated to use extensibility
bicepconfig.jsonseems same across the samples. I wonder if we need them- We should cross reference
contribrepo for type definitions and other context
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.
Description
Adds 10 self-contained samples under
samples/<app>/, each demonstrating a Radius resource type backed by an Azure recipe. Every sample includes a developer-facingapp.bicep, a platform-facingenv-azure.bicep,bicepconfig.json, and focused usage documentation.Samples
kafka-uiRadius.Messaging/kafkaberriai-litellmRadius.AI/modelsmongo-express-mongo-expressRadius.Data/mongoDatabasesdockersamples-todo-list-appRadius.Data/mySqlDatabasessosedoff-pgwebRadius.Data/postgreSqlDatabaseswarpstreamlabs-bentoRadius.Messaging/rabbitMQradius-project-samples-demoRadius.Data/redisCachessqlpad-sqlpadRadius.Data/sqlServerDatabasesazure-search-apiRadius.AI/searchdrakkan-sftpgoRadius.Storage/objectStorageHighlights
Radius.Compute/containerImagesand run the resultingimageReference.kafka-uiuses the pinned official image because maintained Kafka UIs require a prebuilt JAR rather than offering a self-contained source-build Dockerfile.azure-search-apiadds a standard-library Go service with health, indexing, and query endpoints plus unit tests.sqlpad-sqlpadreplaces a one-shot migration probe with a long-running Azure SQL UI. SQLPad is pinned to v7.5.7; upstream archived the project in August 2025.outputs.secrets { ... }contract and are consumed throughproperties.secretsplussecretKeyRef.Validation
go test ./...,go vet ./..., and formatting checks pass.br:biceptypes.azurecr.io/radius:latestbecause that artifact still exposes the older flat secret schema (BCP053/BCP036). The samples intentionally preserve the nested contract and require the published Radius extension to be regenerated with that schema.