mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -05:00
Add initial developer guide for resource deployment (#17395)
* Add initial developer guide for resource deployment * PR comments
This commit is contained in:
@@ -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_
|
||||
|
||||
Reference in New Issue
Block a user