Refresh eShop sample to Radius extensibility model; remove old sample - #2623
Open
Reshrahim wants to merge 1 commit into
Open
Refresh eShop sample to Radius extensibility model; remove old sample#2623Reshrahim wants to merge 1 commit into
Reshrahim wants to merge 1 commit into
Conversation
Dependency ReviewThe following issues were found:
License Issuessamples/eshop/src/Basket.API/Basket.API.csproj
samples/eshop/src/Catalog.API/Catalog.API.csproj
samples/eshop/src/EventBus/EventBus.csproj
samples/eshop/src/EventBusRabbitMQ/EventBusRabbitMQ.csproj
samples/eshop/src/Identity.API/Identity.API.csproj
samples/eshop/src/IntegrationEventLogEF/IntegrationEventLogEF.csproj
samples/eshop/src/OrderProcessor/OrderProcessor.csproj
samples/eshop/src/Ordering.API/Ordering.API.csproj
samples/eshop/src/Ordering.Domain/Ordering.Domain.csproj
samples/eshop/src/Ordering.Infrastructure/Ordering.Infrastructure.csproj
samples/eshop/src/WebApp/WebApp.csproj
samples/eshop/src/WebAppComponents/WebAppComponents.csproj
samples/eshop/src/WebhookClient/WebhookClient.csproj
samples/eshop/src/Webhooks.API/Webhooks.API.csproj
samples/eshop/src/eShop.AppHost/eShop.AppHost.csproj
samples/eshop/src/eShop.ServiceDefaults/eShop.ServiceDefaults.csproj
samples/eshop/tests/Basket.UnitTests/Basket.UnitTests.csproj
samples/eshop/tests/Catalog.FunctionalTests/Catalog.FunctionalTests.csproj
samples/eshop/tests/Ordering.FunctionalTests/Ordering.FunctionalTests.csproj
samples/eshop/tests/Ordering.UnitTests/Ordering.UnitTests.csproj
OpenSSF ScorecardScorecard details
Scanned Files
|
Reshrahim
force-pushed
the
reshrahim/eshop-refresh
branch
7 times, most recently
from
July 24, 2026 23:39
b6679fd to
63998da
Compare
Reshrahim
commented
Jul 24, 2026
Reshrahim
force-pushed
the
reshrahim/eshop-refresh
branch
2 times, most recently
from
July 25, 2026 00:33
d35a638 to
39efab9
Compare
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 7746d7c1-1ff6-4c39-89c0-f7d580d9213c
Reshrahim
force-pushed
the
reshrahim/eshop-refresh
branch
from
July 27, 2026 19:35
182cffc to
e8b1cdd
Compare
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.
Summary
Replaces the
samples/eshopsample with the .NET eShop application modeled on the Radius extensibility model (Radius.*types @2025-08-01-preview, recipe packs, andRadius.Compute/containerImagesin-cluster builds). The previous "radified" eShop-on-containers sample is moved tosamples/archive/eshop.What changed
samples/eshop→samples/archive/eshop(unchanged content).samples/eshopso the sample is self-contained and buildable.Radius.Compute/containerImagesbuild each service fromsrc/*/Dockerfile, with the build source pointed atgit::https://github.com/radius-project/samples.git//samples/eshop.samples/eshop/env.bicep— environment + Azure/AKS recipe pack.samples/eshop/README.md— deploy steps, prerequisites, and known recipe gaps.samples/eshop/.radius/app.bicep(25 resources: 9 containerImages + 9 containers + redis + 4 postgres + rabbitMQ).Notes
rad(extensibility model). The recipe-pack schema (kind/source) matchesradius-project/radius@main; it does not validate against the olderrecipeKind/recipeLocationtypes.app.bicep; the app deploys but some runtime paths need out-of-band fixes until the recipes catch up.?ref=in.radius/app.bicepcontainerImages sources when this merges to a stable branch.