Learn Microsoft Azure Step by Step in 7 days for .NET Developers - Helion
ebook
Autor: Saillesh PawarISBN: 9789388511384
stron: 146, Format: ebook
Data wydania: 2024-12-11
Księgarnia: Helion
Cena książki: 76,49 zł (poprzednio: 88,94 zł)
Oszczędzasz: 14% (-12,45 zł)
Implement rich Azure SAAS-PAAS-IAAS ecosystems using containers, serverless services, and storage solutions
Key Features
Description
Book explains Azure services offerings to advance resource creation to see how all the moving parts go together. It walks through various cloud development tools which will speed our development process. Books majorly cover practical information to get you started to a Proficient level and towards cloud mindset, Azure Cloud offers enormous services to solve your problem in this modern world. Microsoft Azure has Web, Mobile, Big Data, IoT, AI + Machine Learning, Storage, Database, and so on. We will be going through some of these available services to solve our business problem in this book. If you are a .NET developer who wants to learn Microsoft Azure and want to have cloud mindset, this book is for you. Cloud application development requires a Cloud mindset. Cloud mindset is developed by gradually going through all the available services provided by Microsoft Azure and using the best fit solution for your problem. If you are C# DEVELOPER who wants to start with Azure, then this book is for you."
What You Will Learn
Who This Book is For
Table of Contents
1. The Era of Data Center
2. Abstract
3. Introduction
Day 1: Understanding Azure and Services Offered for .NET Developers
Day 2: Creating your Free Azure Account and Create Your First Web App Service on Azure
Day 3: Creating and Deploying a Sample ASP.NET Core on Azure Web App.
Day 4: Creating and Running a Background Job with help of Web Jobs on Azure
Day 5: Creating and Running a Service Bus Triggered Web Jobs on Azure to send mail to the Customer using Send Grid
Day 6: Creating your first Cloud Service app on Azure
Day 7: Logic/Function as a Service Often Termed has Serverless Computing, Creating your First Azure Function on Microsoft Azure
References
About the Author
Saillesh Pawar is a Senior Consultant working on .NET Web Technologies for five years. Writing this book has been a big responsibility in order to demonstrate easy and real-life implementation of Azure services.
LinkedIn: linkedin.com/in/saillesh-pawar-44721a24
Website: sailleshpawar.wordpress.com
Osoby które kupowały "Learn Microsoft Azure Step by Step in 7 days for .NET Developers", wybierały także:
- Windows Media Center. Domowe centrum rozrywki 66,67 zł, (8,00 zł -88%)
- Ruby on Rails. Ćwiczenia 18,75 zł, (3,00 zł -84%)
- Przywództwo w świecie VUCA. Jak być skutecznym liderem w niepewnym środowisku 58,64 zł, (12,90 zł -78%)
- Scrum. O zwinnym zarządzaniu projektami. Wydanie II rozszerzone 58,64 zł, (12,90 zł -78%)
- Od hierarchii do turkusu, czyli jak zarządzać w XXI wieku 58,64 zł, (12,90 zł -78%)
Spis treści
Learn Microsoft Azure Step by Step in 7 days for .NET Developers eBook -- spis treści
- Cover
- Learn Microsoft Azure Step by Step in 7 days for .NET Developers
- Copyright
- Acknowledgement
- Contents
- 1. The Era of Data Center
- Abstract
- Introduction
- 2. Day 1: Understanding Azure and Services Offered for .NET Developers
- PaaS: Platform as a service
- IaaS: Infrastructure as Service
- SaaS: Software as a Service
- LaaS: Logic/ Function as a Service
- When to use what?
- Azure Virtual Machine
- Azure Web App for container
- Azure Service Fabrics
- Azure Web Apps
- Azure Cloud Services
- Azure Function
- Azure Logic Apps
- 2. Day 2: Creating your Free Azure Account and Creating Your First Web App Service on Azure
- Create Your free Azure account
- Create Your First Web App service on Azure
- Resource Group
- Adding a Resource Group
- Subscription
- Resource Group Location
- Creating a Web App service resource on your Subscription
- 3. Day 3: Creating and Deploying a Sample ASP.NET Core on Azure Web App.
- Creating a Sample ASP.NET Core App Step by Step
- Creating a SQL Server Resource on Azure Step by Step
- Connect to Azure SQL Database from SSMS
- 4. Day 4: Creating and Running a Background Job with help of Web Jobs on Azure
- Web Jobs
- Timer Triggered
- Continuous Running Job
- Creating your first Timer Trigger Web Job Using VS 2017 53
- Understanding the web job solution
- Deploying Web job on Azure
- Stopping Timer Triggered Jobs
- 5. Day 5: Creating and Running a Service Bus Triggered Web Jobs on Azure to send mail to the Customer using Send Grid
- Service Bus Trigger Jobs
- Creating a Service Bus Resource on Azure
- Send Grid
- Setting up Send Grid Resource on Azure
- Creating Dynamic template in SendGrid
- Creating Service Bus Web Job
- Deploying Service Bus trigger Web Job on Azure
- 6. Day 6: Creating your first Cloud Service app on Azure
- Cloud Service
- Creating Your First Cloud Service with Web and Worker role
- Creating your first Worker Role with service bus trigger
- Taking Snapshot using PhantomJs
- Deploying Cloud Service
- Deploying via Visual Studio
- Connect to RDP using Azure Portal Step By Step
- Deploying Cloud Service as a Package
- 7. Day 7: Logic/Function as a Service Often Termed as Serverless Computing, Creating your First Azure Function on Microsoft Azure
- Azure Functions
- Creating your first Azure Function using Visual Studio
- Various type of Azure function
- Host.json
- Deploying Azure function to Azure via visual studio 132
- References