dotnet / aspire

An opinionated, cloud ready stack for building observable, production ready, distributed applications in .NET
https://learn.microsoft.com/dotnet/aspire
MIT License
3.35k stars 345 forks source link

Create an Azure Video Indexer Resource #4486

Open efonsecab opened 2 weeks ago

efonsecab commented 2 weeks 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 2 weeks 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 2 weeks 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