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

Aspire: Support azure.cosmosdb.account.v0, azure.cosmosdb.connection.v0 #3066

Closed
Tracked by #3020
ellismg opened this issue Dec 4, 2023 · 2 comments · Fixed by #3164
Closed
Tracked by #3020

Aspire: Support azure.cosmosdb.account.v0, azure.cosmosdb.connection.v0 #3066

ellismg opened this issue Dec 4, 2023 · 2 comments · Fixed by #3164
Assignees
Milestone

Comments

@ellismg
Copy link
Member

ellismg commented Dec 4, 2023

There is some existing code in the Aspire provisioning package for spinning these types up, we can use that as the basis for the bicep in our implementation.

@ellismg ellismg added this to the January 2024 - 1.6.0 milestone Dec 4, 2023
@ellismg ellismg changed the title - Cosmos Db - azure.cosmosdb.account.v0, azure.cosmosdb.connection.v0 - Jan Release Aspire: Support azure.cosmosdb.account.v0, azure.cosmosdb.connection.v0 Dec 4, 2023
@vhvb1989 vhvb1989 assigned vhvb1989 and unassigned weikanglim Dec 28, 2023
@vhvb1989
Copy link
Member

azure.cosmosdb.connection.v0 seems to be already implemented

@vhvb1989
Copy link
Member

For azure.cosmosdb.account.v0,

Expecting Net Aspire code: builder.AddAzureCosmosDB("cosmo");
With Manifest:

    "cosmo": {
      "type": "azure.cosmosdb.account.v0"
    }

and ref:

"ConnectionStrings__cosmo": "{cosmo.connectionString}",

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

Successfully merging a pull request may close this issue.

3 participants