bitprj / Intro-To-Serverless

Managing a server is pretty complicated, but building with serverless architectures simplifies this process. As a student, mastering serverless functions can help you to build projects that solve real-world problems by integrating APIs, constructing user interfaces, and analysing data. Javascript is the core language of this course - one of the most in-demand languages to learn in the industry.
https://bitproject.org/serverless
GNU General Public License v3.0
46 stars 24 forks source link

[Feature] Adding local.settings.json instructions #502

Closed emsesc closed 2 years ago

emsesc commented 2 years ago

Use-cases

Proposal

Add section in this response file (first time introducing students to environment variables) with instructions.

Note: Must also update examples that have process.env with this specific syntax: process.env["BlobStorageConnectionString"]