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
missyou123
Build Enterprise Web App with  Azure Vote_lcapBuild Enterprise Web App with  Azure Voting_barBuild Enterprise Web App with  Azure Vote_rcap 
tano1221
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 
ℛeℙ@¢ᴋ€r
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 
ПΣӨƧӨFƬ
Build Enterprise Web App with  Azure Vote_lcapBuild Enterprise Web App with  Azure Voting_barBuild Enterprise Web App with  Azure Vote_rcap 
Octubre 2024
LunMarMiérJueVieSábDom
 123456
78910111213
14151617181920
21222324252627
28293031   
CalendarioCalendario
Últimos temas
» reaConverter Pro 7.829 Multilingual
Build Enterprise Web App with  Azure EmptyHoy a las 10:11 pm por ℛeℙ@¢ᴋ€r

» GoldWave 6.83 (x64) Multilingual
Build Enterprise Web App with  Azure EmptyHoy a las 10:09 pm por ℛeℙ@¢ᴋ€r

» eXtreme Karaoke 2024 + SoundFont Octubre
Build Enterprise Web App with  Azure EmptyHoy a las 10:01 pm por ℛeℙ@¢ᴋ€r

» NXPowerLite Desktop 10.3 (x64)
Build Enterprise Web App with  Azure EmptyHoy a las 9:56 pm por ℛeℙ@¢ᴋ€r

» Power-user Premium 1.6.1903.0
Build Enterprise Web App with  Azure EmptyHoy a las 9:52 pm por ℛeℙ@¢ᴋ€r

» Steinberg SpectraLayers Pro 11.0.30 (x64) Multilingual
Build Enterprise Web App with  Azure EmptyHoy a las 9:00 pm por ПΣӨƧӨFƬ

» Light Image Resizer 7.0.8.44 Multilingual
Build Enterprise Web App with  Azure EmptyHoy a las 8:53 pm por ПΣӨƧӨFƬ

» ⭐️ Craft Edge Sure Cuts A Lot Pro 6.063 Multilingual✅
Build Enterprise Web App with  Azure EmptyHoy a las 8:41 pm por 大†Shinegumi†大

» 4DDiG DLL Fixer v1.0.3.7
Build Enterprise Web App with  Azure EmptyHoy a las 8:32 pm por 大†Shinegumi†大

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 : 74337
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.

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