This commit is contained in:
kimwolk 2022-06-09 12:38:58 -07:00 коммит произвёл GitHub
Родитель a770526bf5
Коммит 16926f134f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 11 добавлений и 0 удалений

Просмотреть файл

@ -7,6 +7,7 @@ A collection of useful resources for creating solutions with [IoT Central](https
- [Connect and test devices](#connect-and-test-devices)
- [Companion and integrated experiences](#companion-and-integrated-experiences)
- [Transformation and compute](#transformation-and-compute)
- [Application DevOps](#application-devops)
- [Additional resources](#additional-resources)
## Architecture guidance
@ -57,5 +58,15 @@ A curated list of repositories that show how transform data at both ingress and
[⬆ back to index](#index)
## Application DevOps
A currated list of repositories that show how to manage applications from development to production environments.
| Repository | Description | Type |
| --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- |
| [howto-integrate-with-devops](https://docs.microsoft.com/en-us/azure/iot-central/core/howto-integrate-with-devops) | Guidance on using Azure DevOps pipelines and IoT Central's API to manage application lifecycles, from development to production. | Guidance |
| [iot-central-CICD-sample](https://github.com/Azure/iot-central-CICD-sample) | Shows how to integrate IoT Central into an Azure DevOps pipeline for CI/CD. | Code |
[⬆ back to index](#index)
## Additional resources
- [Resources](https://github.com/Azure/iot-central/blob/main/additional_resources.md) - a collection of resources from across the web