Foro Wanako1
¿Quieres reaccionar a este mensaje? Regístrate en el foro con unos pocos clics o inicia sesión para continuar.

Foro Wanako1

Programas Gratuitos, Desatendidos y Mucho más!!!
 
PortalPortal  ÍndiceÍndice  BuscarBuscar  Últimas imágenesÚltimas imágenes  ConectarseConectarse  RegistrarseRegistrarse  
Buscar
 
 

Resultados por:
 
Rechercher Búsqueda avanzada
Los posteadores más activos del mes
tano1221
Build Enterprise Web App with  Azure Vote_lcapBuild Enterprise Web App with  Azure Voting_barBuild Enterprise Web App with  Azure Vote_rcap 
ПΣӨƧӨFƬ
Build Enterprise Web App with  Azure Vote_lcapBuild Enterprise Web App with  Azure Voting_barBuild Enterprise Web App with  Azure Vote_rcap 
ℛeℙ@¢ᴋ€r
Build Enterprise Web App with  Azure Vote_lcapBuild Enterprise Web App with  Azure Voting_barBuild Enterprise Web App with  Azure Vote_rcap 
missyou123
Build Enterprise Web App with  Azure Vote_lcapBuild Enterprise Web App with  Azure Voting_barBuild Enterprise Web App with  Azure Vote_rcap 
大†Shinegumi†大
Build Enterprise Web App with  Azure Vote_lcapBuild Enterprise Web App with  Azure Voting_barBuild Enterprise Web App with  Azure Vote_rcap 
Engh3
Build Enterprise Web App with  Azure Vote_lcapBuild Enterprise Web App with  Azure Voting_barBuild Enterprise Web App with  Azure Vote_rcap 
ronaldinho424
Build Enterprise Web App with  Azure Vote_lcapBuild Enterprise Web App with  Azure Voting_barBuild Enterprise Web App with  Azure Vote_rcap 
Julio 2024
LunMarMiérJueVieSábDom
1234567
891011121314
15161718192021
22232425262728
293031    
CalendarioCalendario
Últimos temas
» Winxvideo AI 3.1.0.0 (x64) Multilingual
Build Enterprise Web App with  Azure EmptyHoy a las 2:38 pm por ПΣӨƧӨFƬ

» AnyMP4 Video Converter Ultimate 8.5.58 (x64) Multilingual
Build Enterprise Web App with  Azure EmptyHoy a las 2:34 pm por ПΣӨƧӨFƬ

» 4Videosoft Video Converter Ultimate 7.2.60 (x64) Multilingual
Build Enterprise Web App with  Azure EmptyHoy a las 2:19 pm por ПΣӨƧӨFƬ

» Maplesoft Maple 2024.1.1 (x64) Multilingual
Build Enterprise Web App with  Azure EmptyHoy a las 1:58 pm por tano1221

» ARES Commander 2025.1 Build 25.1.1.2142 (x64)
Build Enterprise Web App with  Azure EmptyHoy a las 1:56 pm por tano1221

» R-Studio 9.4 Build 191332 Technician |Network Multilingual
Build Enterprise Web App with  Azure EmptyHoy a las 1:43 pm por tano1221

» AOMEI Partition Assistant 10.4.1 Multilingual+ WinPE
Build Enterprise Web App with  Azure EmptyHoy a las 1:30 pm por tano1221

» Disk Pulse Pro/ Ultimate / Enterprise 16.2.24 
Build Enterprise Web App with  Azure EmptyHoy a las 1:26 pm por tano1221

» Chaos Vantage 2.5.0 (x64)
Build Enterprise Web App with  Azure EmptyAyer a las 10:34 pm por ℛeℙ@¢ᴋ€r

Sondeo
Visita de Paises
free counters
Free counters

Comparte | 
 

 Build Enterprise Web App with Azure

Ver el tema anterior Ver el tema siguiente Ir abajo 
AutorMensaje
missyou123
Miembro Mayor
Miembro Mayor


Mensajes : 70293
Fecha de inscripción : 20/08/2016

Build Enterprise Web App with  Azure Empty
MensajeTema: Build Enterprise Web App with Azure   Build Enterprise Web App with  Azure EmptyJue Abr 15, 2021 7:49 am

Build Enterprise Web App with  Azure 8c97333f5cccf7cb1178afb0760bdc8a
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English + srt | Duration: 36 lectures (2h 51m) | Size: 964.5 MB
the most comprehensive guide for building enterprise web application with Azure

What you'll learn:
Implement your authentication and authorization with Azure Active Directory
Use Cosmos DB as NoSQL database; use Azure SQL for relational database; and use your favorite MySQL and PostreSQL with Azure.
Use Azure Blob Storage for blobs, non-structural data etc in your code. Use event and queue feature of blob storage for reactive programming.
Use Service Bus messaging for messaging; use Event Grid for reactive programming and Use Event Hub for big data pipeline.
Use Azure DevOps for project management, code repository, private package, CI/CD pipeline and testing.
Host your docker images with Azure Container Registry; Publish and scale your app with App Services.
Log your app with Azure Application Insights, and monitor your app with Azure Monitor;

Requirements
Some knowledge with javascript is helpful.

Description
This course is the most comprehensive guide for building enterprise web application with Azure. It is designed for software engineers, IT admins and enterprise application developers.

In the first section, we have learned what the course is about, what's an enterprise app, how to take advantage of Azure free service offering so we can sign up for an account.

In the second section, we introduced Azure Active Directory and Microsoft Identity platform; We showed how to register an app with Azure Active Directory single sign-on; How to use Enterprise App to set up groups, roles and permissions. How to authorize a user and how to validate a token. There is so much information and features with Azure Active Directory, and it could be very confusing. Even though we only scratch the surface, what you have learned is important enough to get your project going.

In the third section, we explored the datastore options. We can choose Cosmos DB as our NoSQL database option, or use Azure SQL as your relational database. Of course, We can bring our own choice of databases, such as MongoDB, MySQL or PostgreSQL. For MongoDB, Azure has Azure Cosmos DB's API for MongoDB. For MySQL or PostgreSQL, Azure provides fully managed, enterprise-ready community MySQL or PostgreSQL database as a service. Do check the pricing before you make a decision.

In the fourth section, we got to know Azure storages options. We introduced how to work with Azure blob storages for uploading, reading, deleting files. How to secure our file by setting right access controls. How to use event and queue feature in blob storage to monitor new files added or deleted from a blob container, and how we can poll messages from queue so we can do something with the files. And how to use Microsoft Azure Storage Explorer tool to explore our files.

In the fifth section, we introduced the message and event services in Azure: service bus, event hubs and event grid, the similarity, the difference and the best use cases. We also use live codes to demonstrate how to get it started.

In the sixth section, we discussed Azure DevOps for devOps. Azure DevOps has five main services. Azure board is for project management; Azure repos is for our code repositories; Azure Artifacts is for our private package; Azure Pipeline for continuous integration and delivery. Azure Testplans is for testing. All services are under one project, quite convenient in my opinion.

In the seventh section, we went over how to publish our app with Azure App Services. We talked about dockerifying our app, hosting docker images with Azure Container Registries, deploying and scale our app with App Services.

We didn't forget logging and monitoring. In the eighth section, we integrated Application Insights in our frontend and backend app, which will telemetry logs, exceptions, request & response, crashes to Azure Logs. We can query logs and continuously export them to Azure Blob Container.

Who this course is for
1. Experienced software engineer who is interested in Azure
2. IT admins who are using Azure
3. Software engineers who have not used Azure before and are interested in this Azure option
4. Enterprise application developers

Build Enterprise Web App with  Azure C5e926c6863b058c066f5734e7447833

DOWNLOAD:
Citación :

https://rapidgator.net/file/c1afc6d0e3c3369aadc8bb650ec73fa8/w1l43.Build.Enterprise.Web.App.with.Azure.rar.html


https://nitroflare.com/view/68263B13CCB0D05/w1l43.Build.Enterprise.Web.App.with.Azure.rar


https://uploadgig.com/file/download/6c0c978c260c3191/w1l43.Build.Enterprise.Web.App.with.Azure.rar

Volver arriba Ir abajo
 

Build Enterprise Web App with Azure

Ver el tema anterior Ver el tema siguiente Volver arriba 
Página 1 de 1.

 Temas similares

-
» Microsoft Azure Administrator: Configure Azure Files and Azure Blob Storage
» Building an Enterprise API for Advanced Azure Developers
» Microsoft Azure DevOps Engineer Manage Azure Kubernetes Services Infrastructure
» Microsoft Applied Skills: Azure Files and Azure Blob Storage
» Microsoft Azure Solutions Architect: Implement an Azure SQL Databases Strategy

Permisos de este foro:No puedes responder a temas en este foro.
Foro Wanako1 :: Programas o Aplicaciónes :: Ayuda, Tutoriales-