Hey Aadhil Imam ,
Cool that you're checking out Azure Functions! It's awesome for serverless projects. You can definitely create a function app with your free Azure account. It's a great way to try it out for free.
The free tier has some limits, but they're pretty generous:
- Free Function Calls: You get 1 million free function runs each month. That's a lot to play with!
- No Limits on Triggers: The free tier lets you pick any trigger you need.
- Memory and CPU: There aren't strict memory or CPU limits, but they count towards your free tier usage (400,000 GB-seconds per month). Keep an eye on it to avoid extra charges.
- Storage and Network Traffic: Storing data and making calls outside Azure are charged separately. Watch out for these if you store a lot of data or make many external calls.
Here's some helpful info from Microsoft:
- Azure Functions Pricing: link to Azure Functions Pricing
- Free Azure Stuff: link to Free Azure Services
Feel free to ask anything else! I'm happy to help.
If this answers your questions, you can mark it "accepted" to close the thread.
Have fun with your project!!