Creating an Azure IoT Edge Python module project from this Python package project template.
Перейти к файлу
Koichi Hirao - MSFT e272c4892c
Merge pull request #47 from Azure/users/GitHubPolicyService/f4c519d1-68af-4e1d-b532-46cee05de173
Adding Microsoft SECURITY.MD
2022-08-23 15:45:21 -07:00
.vscode Add test case and integrate to Azure pipelines (#18) 2018-09-17 15:15:50 +08:00
tests Add arm64 template 2020-03-19 14:21:00 +08:00
{{cookiecutter.module_name}} Added additional comment 2021-09-07 13:19:23 -07:00
.gitignore Add test case and integrate to Azure pipelines (#18) 2018-09-17 15:15:50 +08:00
LICENSE Initial commit 2018-03-13 22:58:25 -07:00
README.md Update README.md 2021-12-08 17:06:31 -08:00
SECURITY.md Microsoft mandatory file 2022-07-28 16:54:54 +00:00
azure-pipelines.yml Update pipeline agent to 18.04 2021-10-21 14:09:39 -07:00
common-pipelines.yml Add test case and integrate to Azure pipelines (#18) 2018-09-17 15:15:50 +08:00
cookiecutter.json Da real initial commit 2018-03-14 17:50:24 +08:00
pytest.ini Add test case and integrate to Azure pipelines (#18) 2018-09-17 15:15:50 +08:00

README.md

Cookiecutter Template for Azure IoT Edge Python Module

cookiecutter-azure-iot-edge-module creates a base template to start a new Azure IoT Edge Python module

Prerequisites

Install Cookiecutter:

$ pip install -U cookiecutter

Usage

$ cookiecutter https://github.com/Azure/cookiecutter-azure-iot-edge-module --checkout master

and follow the interactive prompts.

If you prefer one-liner:

$ cookiecutter --no-input https://github.com/Azure/cookiecutter-azure-iot-edge-module module_name=<module_name> image_repository=<image_repository> --checkout master

For example:

$ cookiecutter --no-input https://github.com/Azure/cookiecutter-azure-iot-edge-module module_name=filterModule image_repository=localhost:5000/filtermodule --checkout master

Documentation

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Support

The team monitors the issue section on regular basis and will try to assist with troubleshooting or questions related IoT Edge tools on a best effort basis.

A few tips before opening an issue. Try to generalize the problem as much as possible. Examples include

  • Removing 3rd party components
  • Reproduce the issue with provided deployment manifest used
  • Specify whether issue is reproducible on physical device or simulated device or both Also, Consider consulting on the docker docs channel for general docker questions.