Sidney Andrews
Sidney Andrews
#### Details of the scenario you tried and the problem that is occurring Per microsoftdocs/azure-docs#94920 This policy's description isn't clear about what's actually happening when you implement the policy. The...
We have a few things to track as we prepare for .NET 8: - [ ] Check projects work as-is with an in place ugprade to .NET 8 - [...
### Ask It would be amazing to have a way to set an environment variable in your dev environment with a list of custom tags that you want applied to...
Everytime I build a .NET project using the .NET SDK in the `devcontainers/dotnet` image, I get the same error message: ``` An issue was encountered verifying workloads. For more information,...
We should use the best practices from the Azure Cosmos DB for NoSQL security guide: This would require changing the projects to use RBAC and Entra authentication with the following...
Today, many code samples have you entire your Azure Cosmos DB for NoSQL endpoint and credentials using an application settings file. This presents a few risks: - This reinforces that...
Please fill out this template! There are three different types of contributions, feel free to delete the checklists that are not applicable to your contribution type. # If you are...
Please fill out this template! There are three different types of contributions, feel free to delete the checklists that are not applicable to your contribution type. # If you are...
Azure Cosmos DB is a suite of database APIs: https://learn.microsoft.com/azure/cosmos-db It includes: - Azure Cosmos DB for NoSQL - Azure Cosmos DB for MongoDB - Azure Cosmos DB for MongoDB...
### Is your feature request related to a problem? Please describe. Today, I must use the CosmosClient constructor that takes ROPC instead of the Entra-specific ComsosClient constructor. Most of my...