You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Azure Functions (FaaS) - Distributed Prime Number Finder
Functions are ideal when you're concerned only about the code running your service and not the underlying platform or infrastructure. They're commonly used when you need to perform work in response to an event (often via a REST request), timer, or message from another Azure service, and when that work can be completed quickly, within seconds or less.
Serverless computing: The ability to run custom code on demand and at scale in the cloud.
Azure will run code dynamically based on events.
Distributed Azure Functions (Microservice) that accepts ranges in JSON format and outputs count (and values) of prime numbers in specified ranges.
JSON Get request should be in the following format: