Add initial developer guide for resource deployment (#17395)

* Add initial developer guide for resource deployment

* PR comments
This commit is contained in:
Charles Gagnon
2021-10-19 13:47:36 -07:00
committed by GitHub
parent 5238244380
commit ec8292adb7
2 changed files with 115 additions and 0 deletions

View File

@@ -1,2 +1,10 @@
# Resource Deployment Samples
This extension provides examples of how to provide a new Resource Deployment type and the various options used to configure the wizards.
The core code for the Resource Deployment extension is located [here](https://github.com/microsoft/azuredatastudio/tree/main/extensions/resource-deployment).
See the [Resource Deployment Developer Guide]([here](https://github.com/microsoft/azuredatastudio/tree/main/extensions/resource-deployment/DEVELOPER_GUIDE.md) for details on implementing your own providers.
Notes:
1. Make sure to the environment variables you would like to pass to the notebooks are prefixed with AZDATA_NB_VAR_