A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
Alot depends on Joe, the LLM, your chosen pricing model, hosting location which are all choosable by you. Is it an OpenAI model or a custom model? OpenAI models are on Azure OpenAI, custom models are on Azure Machine Learning.
Here is a link to Azure OpenAI pricing page: https://azure.microsoft.com/en-us/pricing/details/azure-openai/
There you will find the pricing models:
Standard (On-Demand): Pay-as-you-go for input and output tokens. Provisioned (PTUs): Allocate throughput with predictable costs, with monthly and annual reservations available to reduce overall spend. Batch API: Language models are also now available in the Batch API for global deployments and three regions, that returns completions within 24 hours for a 50% discount on Global Standard Pricing.
If Joe, the LLM is an OpenAI model that is the pricing you should be looking at, and the costs vary alot on the specifics. The generic quote being $5/$30 per million input/output tokens(deploying in other regions has an impact too), or if you choose provisioned, then about $15 per hour and upwards, with monthly and yearly reservations as an option. You should check the pricing page for details and up to date information.
Here is a link to Azure Machine Learning pricing page: https://azure.microsoft.com/en-us/pricing/details/machine-learning/
There you will find the pricing for a great number of virtual machines available for deploying custom LLM models. There, also, there is a pay-as-you-go, Azure savings plan for compute and Reservations pricing options. The pricing depends on the type and specs of the Virtual Machine chosen, and, since you ware not specific at all about what you might need, the lowest price listed right now it "$53.29/month" without using a savings plan, which does lower it significantly in return for a long term commitment. If your use case fits, you should definitely check out that pricing page where you will also find other details and up to date information.
So, yes, there is a place on Azure where you could continue this project. The processing costs are not unresonable and are down to your choice.