issues
search
mspnp
/
serverless-reference-implementation
Serverless reference implementation guidance
MIT License
179
stars
93
forks
source link
Managed identity
#154
Closed
v-fearam
closed
2 weeks ago
v-fearam
commented
1 month ago
Modify C# code to access the CosmosDB database using Managed Identity, and update the Bicep script accordingly.
Enforce Role-Based Access Control (RBAC) as the sole authentication method for CosmosDB.
Modify C# code to access EventHub using Managed Identity, and update the Bicep script accordingly.
Enable diagnostic logs for EventHub.
Update libraries and include the new constructor feature in .NET 8.
Add a local.settings.template.json file as a reference for local execution.
Update the README accordingly.
Updated Static Web App Storage account to use a managed identity.
Applied and tested the PR bump.
Configured dead letter storage queue to use managed identity.
Added Microsoft.Extensions.Azure to the project.
Transitioned to using Bicep for API Management deployment.
Set the API Management minimum API version to 2019-12-01 or higher.
Stored API Management secret named values in Azure Key Vault.
Migrated Storage to StorageV2.
Updated the README and GitHub Action accordingly.
Optional Path Updated (nodejs implementation managed identity, fix intructions, update and change bicep )