In video series covered about
-
What is Storage Account?
- What is storage account
- Steps to create the storage account
-
Azure blob storage
- creating blob container and upload the file into container through browser.
- Handling blob container with .NET CORE
-
Azure File Storage
- Azure file storage
- Creating azure file share
- Mapping file share with virtual machine
-
Azure Queue Storage
- What is azure queue storage
- How queue storage works
- Why queue storage is needed
- Advantages of using queue storage
- Demo how to create storage account in azure portal
-
Handling Queue Storage with .NET CORE
- Creating queue
- reading message from queue
- insert message into queue
- delete the message form queue
- delete the queue
-
Azure Table Storage
- what is azure table storage
- Azure table storage components
- When to use azure table storage
- Diff between azure table storage and azure cosmos DB for table
- Demo on creating storage account and table , entity and properties.
-
Handling Table Storage with .NET CORE
- create table & entity
- update entity
- read entity
- delete the entity .
-
Azure App Service/Web Apps
- What is azure app service
- Why we need to use app service
- Azure App service limitations
- Demo on how to create App service and walk through App service features
- Publishing .NET Application into App Service
-
Azure Functions
- Azure functions overview
- When to use azure functions
- Azure functions hosting plans
- Create Azure function through Azure portal
- Create Azure function using Visual Studio
- Publish Azure function into azure portal
-
Azure App Service Deployment Center and Slots
- What is Azure App Service Deployment Center?
- Why we need Azure App Service Deployment Center?
- How to configure CI/CD pipelines using Azure App Service Deployment Center?
- What is Azure App service deployment slots?
- Why we need Azure App service deployment slots?
- How to swap environments using deployment slots?
Please proceed to watch video series for more details