
Explore how serverless computing allocates resources on demand and lets cloud providers manage servers. Examine services like Lambda, cloud functions, and S3 storage across providers.
Discover serverless features that simplify infrastructure administration by cloud providers, enable auto scaling, and offer pay as you use cost efficiency, delivering increased velocity for rapid application development.
Examine the drawbacks of serverless architecture, including cold starts, performance limits, time and memory constraints, and vendor lock-in with services like Lambda, Azure, and GCP.
Define the serverless framework, explain events and functions, and show a simple example, then compare it with other frameworks like Ansible and Terraform, and note when not to use it.
Explore how a serverless framework enables developing, deploying, troubleshooting, and securing function as a service across cloud providers, with events that trigger functions defined in yaml.
This lecture explains how serverless automates infrastructure dependencies such as resource groups, storage accounts, and function apps, letting you focus on code while avoiding manual configuration, unlike Terraform.
Discover the main drawbacks of serverless, including limited native infrastructure control, incomplete documentation, and plug-in gaps for cloud providers, which prevent creating virtual machines or databases.
Explore azure function as a serverless service, create a function app in a new resource group, configure triggers and bindings, and deploy using a template.
Learn how you can connect ashore with serverless and start by creating a basic application.
Install node, the serverless framework, plugins, and dependencies, then connect to Azure by creating a service principal and configuring subscription, tenant, client id, and client secret.
Create your first http app with the serverless framework on Azure by scaffolding with a template, deploying the service, and exposing endpoints for hello and goodbye.
Explore the anatomy of a serverless file by defining the service name, provider configuration, plugin, function name and handler, and the event triggers that invoke functions.
During the serverless deploy, a region resource group is created, a template is uploaded, a function, storage account, and app are created, and an artifact deploys three functions.
Adopt a micro service based approach by segregating functions into dedicated user and account services, deploying independently to avoid interdependencies and improve responsibility separation.
Identify the most commonly used event in surveillance, the undistorted events, and explain its significance in the introduction to the Serverless Framework and Azure.
Demo deploying a serverless Azure app with the serverless framework, creating HTTP triggered events for hello and goodbye, and reviewing bindings and anonymous access.
Learn to update host settings and http trigger configurations in serverless azure deployments, adjusting function timeouts, retry behavior, routing prefixes, and response headers.
Trigger a function with blob storage uploads, access the uploaded object's name and content via bindings, and log the file contents to verify the upload.
Copy a blob in blob storage from one container to another using an input trigger and an output, with a single line of code that performs the transfer.
Use a storage queue to trigger an app function and access queue contents via context or binding. Deploy and test the function after creating the queue in your storage account.
Trigger an http request to a function, which returns a response to the user and writes the query parameter contents to a queue for use by other applications.
Learn to get user info using a http trigger and table storage input in a serverless azure setup, binding a table by partition key and returning the response.
This course teaches you on how to user serverless framework along with Azure . This course is for system architects espacially who want to use serverless framework to create complex architecture but it can be enjoyed by beginners and folkd with basic understanding of Azure.
This course is for those who have a bit of knowledge of Azure and hence with no knowledge of Azure will find it a bit difficult to grasp the concepts
This course has been curated with a lot of care and deliberation and contains examples that are seen in real software applications .Also all the codebase are provided for in the resource section and please do not hesitate to use them.
Also this course has been shortened to only include information that is important and has been edited to remove all the fluff and unwanted portions .
Also for any doubts and suggestion please do contact me and i will be glad to hear from you .
Also please do not forget to include reviews for my course as it will motivate me to create more content like this to serve you guys better .
Once again i thank you for your patience and i hope you have a fabulous time with the course and i will see you soon
Thanks
Rohit Abraham