Add Keyvault support , to implement secure hosting for secure value.
Add Integration for Web & Function with Extension code.
Add Component into ARM Template
Refactoring (no functional changes, no api changes)
Blank line
Build or CI related changes
Update ARM Template API / Schema Version
Azure pipelines Build and Deploy update with functions deployment
What is the current behavior?
No keyvault - No local usersecret
No function deploy in pipelines
What is the new behavior?
KeyVault Parameter in AppServiceSettings is set automatically , it mean that by default Keyvault IS implemented.
With AccessPolicies for Site / Function / Slots.
If Development environment , use of the secrets.json .
Checklist
Please check if your PR fulfills the following requirements:
[ ] Documentation has been added/updated
[ ] Automated Unit / Integration tests for the changes have been added/updated
[ ] Contains NO breaking changes
[ ] Updated the Changelog
[ ] Associated with an issue
Other information
You still have too add yourself into keyvault policies to manage secret with your nventive account.
Proposed Changes
Add Keyvault support , to implement secure hosting for secure value. Add Integration for Web & Function with Extension code. Add Component into ARM Template
Blank line
Build or CI related changes
Update ARM Template API / Schema Version Azure pipelines Build and Deploy update with functions deployment
What is the current behavior?
No keyvault - No local usersecret No function deploy in pipelines
What is the new behavior?
KeyVault Parameter in AppServiceSettings is set automatically , it mean that by default Keyvault IS implemented. With AccessPolicies for Site / Function / Slots.
If Development environment , use of the secrets.json .
Checklist
Please check if your PR fulfills the following requirements:
Other information
You still have too add yourself into keyvault policies to manage secret with your nventive account.