mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 01:25:37 -05:00
11 lines
658 B
Markdown
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_
|