microsoft / microsoft/aspire

Support for Azure Postgres Cluster

Open
#4,502 1 comment 0 reactions 0 assignees View on GitHub
area-integrations azure azure-cosmosdb postgres
Dominant language
C#
Stars
6.3k
Forks
991
Avg merge
2d 15h
Merged PRs (30d)
196

Description

## Background and Motivation

Adding support for Azure Cosmos DB for Postgres Cluster (Citus extension)

see https://learn.microsoft.com/en-us/azure/cosmos-db/postgresql/concepts-cluster

## Proposed API

```diff
namespace Aspire.Hosting;

public static class AzurePostgresExtensions
{
+ public static IResourceBuilder PublishAsAzurePostgresClusterServer(this IResourceBuilder builder, Action, ReaourceModuleConstruct, PostgresSqlClusterServer>? configurrReaource)
}
```

## Usage Examples

## Alternative Designs

## Risks

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.