[App Config] Add support for exporting App Configuration references to App Service
Related command
az appconfig kv import
az appconfig kv export
Description
- Adds support for exporting app configuration settings as references to app service. Can be done by adding the flag
--export-as-referenceor-rwhen exporting to an app service destination. - App Configuration references are skipped when importing configuration settings from app service to App Configuration.
Testing Guide
History Notes
[App Config] Change: az appconfig kv export: Support exporting app configuration settings as references to App Service
[App Config] Change: az appconfig kv import: Ensures app configuration references are not imported from App Service
This checklist is used to make sure that common guidelines for a pull request are followed.
-
[x] The PR title and description has followed the guideline in Submitting Pull Requests.
-
[x] I adhere to the Command Guidelines.
-
[x] I adhere to the Error Handling Guidelines.
App Config
@albertofori Could you please resolve those CI issues?
[App Config] Change: az appconfig kv export: Support exporting app configuration settings as references to App Service [App Config] Change: az appconfig kv import: Ensure app configuration references are not imported from App Service
For ordinary changes that are not breaking changes, we do not need to add the Change tag to the PR description/title.
I have corrected the PR description
@albertofori Could you please resolve those CI issues?
@zhoxing-ms Please I just pushed a fix to address the issues, thanks!