https://github.com/axiscommunications/acap-integration-examples-azure
Integration between Axis devices and Microsoft Azure
https://github.com/axiscommunications/acap-integration-examples-azure
acap axis azure
Last synced: 12 months ago
JSON representation
Integration between Axis devices and Microsoft Azure
- Host: GitHub
- URL: https://github.com/axiscommunications/acap-integration-examples-azure
- Owner: AxisCommunications
- License: apache-2.0
- Created: 2021-05-06T11:10:03.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-14T15:43:56.000Z (over 1 year ago)
- Last Synced: 2025-03-14T16:36:54.601Z (over 1 year ago)
- Topics: acap, axis, azure
- Language: Bicep
- Homepage: https://developer.axis.com/
- Size: 630 KB
- Stars: 10
- Watchers: 5
- Forks: 3
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
*Copyright (C) 2022, Axis Communications AB, Lund, Sweden. All Rights Reserved.*
# Integration between Axis devices and Azure
## Introduction
[Axis Developer Documentation](https://developer.axis.com/) serves as a comprehensive resource hub for developers and solution builders aiming to build applications tailored for Axis network-connected devices.
[Azure](https://azure.microsoft.com) is a platform in the cloud that provides highly reliable, scalable, low-cost infrastructure to individuals, companies, and governments.
This repository focuses on providing examples where we create the integration between the Axis device and Azure.
## Code examples
If you find yourself wishing there was another example more relevant to your use case, please don't hesitate to [start a discussion](https://github.com/AxisCommunications/acap-integration-examples-azure/discussions/new) or [open a new issue](https://github.com/AxisCommunications/acap-integration-examples-azure/issues/new/choose).
- [images-to-azure-storage-account](./images-to-azure-storage-account/)
- This code example covers sending images from a camera to a storage account in Azure
- [telemetry-to-azure-iot-edge](./telemetry-to-azure-iot-edge/)
- This code example covers sending telemetry from a camera to IoT Edge on-premises
- [telemetry-to-azure-iot-hub](./telemetry-to-azure-iot-hub/)
- This code example covers sending telemetry from a camera to an IoT Hub in Azure
## License
[Apache 2.0](./LICENSE)