1 2 3 4 5 6 7 8 9 10
|
# Developer Documentation
Note: this documentation is for developers of SDKs, if you need documentation for using SDKs, refer to the individual READMEs in each package's root. For example, for help with the `azidentity` package refer to the [README here](https://github.com/Azure/azure-sdk-for-go/blob/main/sdk/azidentity/README.md)
- If you are onboarding an entirely new service and starting from scratch please refer to the [new service onboarding documentation][new_service_docs].
- If you are ready to release a package, follow the release [release documentation][release].
<!-- LINKS -->
[new_service_docs]: https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/developer_setup.md
[release]: https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/release.md
|