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 
ПΣӨƧӨFƬ
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 
ronaldinho424
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 
geodasoft
Build Enterprise Web App with  Azure Vote_lcapBuild Enterprise Web App with  Azure Voting_barBuild Enterprise Web App with  Azure Vote_rcap 
Noviembre 2024
LunMarMiérJueVieSábDom
    123
45678910
11121314151617
18192021222324
252627282930 
CalendarioCalendario
Últimos temas
» Disk Sorter 16.6.14
Build Enterprise Web App with  Azure EmptyHoy a las 12:09 pm por missyou123

» DeskArtes 3Data Expert 15.0.0.12 (x64) Multilingual
Build Enterprise Web App with  Azure EmptyHoy a las 12:07 pm por missyou123

» CADbro 2025 (x64) Multilanguage
Build Enterprise Web App with  Azure EmptyHoy a las 12:05 pm por missyou123

» Bulk Rename Utility 4.0.0.3 Commercial
Build Enterprise Web App with  Azure EmptyHoy a las 12:03 pm por missyou123

» Boris FX Sapphire 2025 v18.0 (x64)
Build Enterprise Web App with  Azure EmptyHoy a las 12:01 pm por missyou123

» Boris FX Particle Illusion Pro 2025 v18.0.0 macOS
Build Enterprise Web App with  Azure EmptyHoy a las 11:59 am por missyou123

» Bondware Poser Pro 13.3.895
Build Enterprise Web App with  Azure EmptyHoy a las 11:57 am por missyou123

» BIM & Scan AutoCorr 1.0.0.3
Build Enterprise Web App with  Azure EmptyHoy a las 11:55 am por missyou123

» AllMapSoft Universal Maps Downloader 10.203
Build Enterprise Web App with  Azure EmptyHoy a las 11:51 am por missyou123

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 : 78528
Fecha de inscripción : 21/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 pm

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
En línea
 

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 Azure Security Engineer: Configure Secure Access Using Azure AD
» Microsoft Applied Skills: Azure Files and Azure Blob Storage

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