-
Notifications
You must be signed in to change notification settings - Fork 852
Closed
Labels
area-app-modelIssues pertaining to the APIs in Aspire.Hosting, e.g. DistributedApplicationIssues pertaining to the APIs in Aspire.Hosting, e.g. DistributedApplication
Milestone
Description
Azure resources
- - Azure Redis
- - Azure SQL
- - Azure Postgres SQL (Flexiable Server)
- - MySQL (Support Azure MySQL as a deployment option for mysql in Aspire.Hosting.Azure #2130)
- - MongoDB (Support provisioning MongoDB via CosmosDB on Azure #2348)
Other
- - PublishAsConnectionString (PublishAsConnectionString #2052) (PublishAsConnectionString for Azure resources #2373)
- - PublishAsContainer
Code sample:
// Scenario: Use an Azure resource for inner loop
var builder = DA.CreateBuilder(args);
var pg = builder.AddPostgres("mypostgres")
.PublishAsPostgresFlexibleServer();The above will run as a container locally and will publish an azure flexible postgres resource to the manifest.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area-app-modelIssues pertaining to the APIs in Aspire.Hosting, e.g. DistributedApplicationIssues pertaining to the APIs in Aspire.Hosting, e.g. DistributedApplication