dotnet / aspire

Tools, templates, and packages to accelerate building observable, production-ready apps
https://learn.microsoft.com/dotnet/aspire
MIT License
3.92k stars 479 forks source link

Create an Azure Video Indexer Resource #4486

Open efonsecab opened 5 months ago

efonsecab commented 5 months ago

For the platform I'm building I currently use Azure Video Indexer. I'd be ideal to be able to set it up directly in the AppHost and automatically published when running "azd up".

I'm considering building the required Aspire Resource myself, though I do not know where to start, since I probably need to create the bicep script manually when building the custom resource. Is there any documentation I could use to try building it myself?

This is the bicep documentation for Azure Video Indexer I saw it can be published through bicep: https://learn.microsoft.com/en-us/azure/azure-video-indexer/deploy-with-bicep

davidfowl commented 5 months ago

Is there any documentation I could use to try building it myself?

See https://learn.microsoft.com/en-us/dotnet/aspire/deployment/azure/custom-bicep-templates

efonsecab commented 5 months ago

Is there any documentation I could use to try building it myself?

See https://learn.microsoft.com/en-us/dotnet/aspire/deployment/azure/custom-bicep-templates

Thanks, that helped a lot, I created this demo project for it. https://github.com/pticostaricags/aspire-research