Azure / azure-cosmos-dotnet-v3

.NET SDK for Azure Cosmos DB for the core SQL API
MIT License
724 stars 481 forks source link

Logic Apps: GA Readiness for Azure Cosmos DB Standard Plan Connector. #3683

Open philipthomas-MSFT opened 1 year ago

philipthomas-MSFT commented 1 year ago

Logic App Cosmos DB Standard Plan Operation updates.

Description

Notification for when failures happen with Cosmos DB connectors tests Teams sends out a notification when tests fail. Contains links to AzDo pipeline.

image

Other cleanup and quality of life tasks

philipthomas-MSFT commented 1 year ago

PR is done. Need to test manually.

philipthomas-MSFT commented 1 year ago

Reached out to Edward He about creating a new Extensions bundle.

philipthomas-MSFT commented 1 year ago

Edward He responded and offered to pair up to build the extension bundle but we had a problem with the Storage Emulator which is need. So blocked by the Storage Emulator at the moment.

philipthomas-MSFT commented 1 year ago

had to delete the AzureStorageEmulatorDb510.mdf and AzureStorageEmulatorDb510_log.ldf files and try it again. It worked so I am over this issue now. Will sync-up with Edward in the morning to move forward with Bundle creation.

philipthomas-MSFT commented 1 year ago

Saw an issue with JObject[]. Had a discussion with Matias on this. Matias created a fix in function extensions and is in new release version 4.1.1. I need to grab this and re-test.

philipthomas-MSFT commented 1 year ago

Documenting the debug process.

philipthomas-MSFT commented 1 year ago

Logic Apps team continues to work on updating dependencies in their Core packages.

philipthomas-MSFT commented 1 year ago

Got the word from Rama that the dependencies in Core logic apps is complete, so scheduling some time to work on this on Monday.

kirankumarkolli commented 11 months ago

PartitioKey.None is for legacy containers only all new containers do need PK. My personal preference is later (it might be a breaking change, in preview this is okey I guess, we need to check it with LogicApp team as well).