telekom-security / tpotce

🍯 T-Pot - The All In One Multi Honeypot Platform 🐝
GNU General Public License v3.0
6.87k stars 1.08k forks source link

Azure Deployment via ARM template #1369

Closed swiftsolves-msft closed 1 year ago

swiftsolves-msft commented 1 year ago

The following is a Azure Deployment of T-Pot using a ARM Template, creates a debian 11 vm, disks, nic, nsg, pip and leverages cloud-init customData to pass a B64 encoded string of a cloud-inity yaml file, example in readme docs.

t3chn0m4g3 commented 1 year ago

@swiftsolves-msft Thanks for the submission! @shaderecker, can you review this, please?

shaderecker commented 1 year ago

Hi guys, I never worked with Azure before, but just from reading through the template and the documentation this looks fine for me. Well done @swiftsolves-msft!

t3chn0m4g3 commented 1 year ago

@swiftsolves-msft Thanks for your contribution! @shaderecker Thanks for reviewing!