Skip to content
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

Update Aspire docs for new Azure.Provisioning version in 9.0 #1652

Open
eerhardt opened this issue Sep 16, 2024 · 0 comments
Open

Update Aspire docs for new Azure.Provisioning version in 9.0 #1652

eerhardt opened this issue Sep 16, 2024 · 0 comments
Labels
⌚ Not Triaged Not triaged

Comments

@eerhardt
Copy link
Member

Describe the issue or suggestion

In .NET Aspire 9.0, we are updating the Azure.Provisioning packages to the latest, non-preview versions.

We need to update any docs that is using the old, experimental versions.

For example:

var appConfig = builder.AddAzureAppConfiguration(
"appConfig",
(resource, construct, store) =>
{
store.AssignProperty(p => p.Name, "'noncalculatedname'");
});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⌚ Not Triaged Not triaged
Projects
None yet
Development

No branches or pull requests

2 participants