Files
azuredatastudio/samples/sample-resource-deployment/readme.md
Charles Gagnon ec8292adb7 Add initial developer guide for resource deployment (#17395)
* Add initial developer guide for resource deployment

* PR comments
2021-10-19 13:47:36 -07:00

11 lines
658 B
Markdown

# 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_