Azure Serverless (Contd)
- Created boilerplate code (structure) using visual studio code
- Lets try to create the same stuff from visual studio with language C#
- Refer Here for the samples created in classroom
- Exercise: Create one azure function and try debugging
- Lets add bindings through visual studio code to the azure functions written in python
- Lets try to create one example which stores the data of employee in Azure Table Storage
- Created a basic structure for storing the data in azure table storage using out binding Refer Here for the changes