Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Introducción a Azure Static Web Apps
Search
Lautaro Carro
July 30, 2022
Technology
0
23
Introducción a Azure Static Web Apps
Lautaro Carro
July 30, 2022
Tweet
Share
More Decks by Lautaro Carro
See All by Lautaro Carro
Microservicios Desacoplados: Una DB por Cada Uno - dotnet Latam day 2024
lauchacarro
0
58
Blazor en Grande: Arquitectura y Escalabilidad - Jornada 5 - Asp .NET (Español)
lauchacarro
0
56
Explorando las Identidades administradas de Azure - Global Azure 2024 - Latino NET Online
lauchacarro
0
89
Vertical Slice Architecture con Asp.Net Core | Latino .NET Online
lauchacarro
0
280
Global AI Bootcamp 2024 Peru - Azure OpenAI Conversaciones dinámicas con varios mensajes de sistema
lauchacarro
0
140
Inteligencia en tus Apps .NET con Azure Open AI - Microsoft User Group Arg
lauchacarro
0
140
NET Baires Conf 2023: Novedades de Blazor en NET 8
lauchacarro
0
120
Introducción Azure Cognitive Services | MouronIT
lauchacarro
0
130
5 Estrategias Avanzadas con Inyección de Dependencias
lauchacarro
0
160
Other Decks in Technology
See All in Technology
OPENLOGI Company Profile for engineer
hr01
1
20k
Potential EM 制度を始めた理由、そして2年後にやめた理由 - EMConf JP 2025
hoyo
2
2.9k
入門 PEAK Threat Hunting @SECCON
odorusatoshi
0
170
フォーイット_エンジニア向け会社紹介資料_Forit_Company_Profile.pdf
forit_tech
1
1.7k
ExaDB-XSで利用されているExadata Exascaleについて
oracle4engineer
PRO
3
280
【詳説】コンテンツ配信 システムの複数機能 基盤への拡張
hatena
0
280
エンジニアリング価値を黒字化する バリューベース戦略を用いた 技術戦略策定の道のり
kzkmaeda
7
3.2k
Change Managerを活用して本番環境へのセキュアなGUIアクセスを統制する / Control Secure GUI Access to the Production Environment with Change Manager
yuj1osm
0
110
データベースの負荷を紐解く/untangle-the-database-load
emiki
2
540
Exadata Database Service on Cloud@Customer セキュリティ、ネットワーク、および管理について
oracle4engineer
PRO
2
1.5k
Pwned Labsのすゝめ
ken5scal
2
520
Amazon Athenaから利用時のGlueのIcebergテーブルのメンテナンスについて
nayuts
0
100
Featured
See All Featured
Measuring & Analyzing Core Web Vitals
bluesmoon
6
260
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
29
1k
Six Lessons from altMBA
skipperchong
27
3.6k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
The World Runs on Bad Software
bkeepers
PRO
67
11k
Why You Should Never Use an ORM
jnunemaker
PRO
55
9.2k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
13
1k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
366
25k
Building Better People: How to give real-time feedback that sticks.
wjessup
367
19k
A Modern Web Designer's Workflow
chriscoyier
693
190k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
134
33k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
356
29k
Transcript
CONVIÉRTETE EN UN DESARROLLADOR FULLSTACK CON AZURE STATIC WEB APPS
Jorge Levy, Pastor Cortes, Lautaro Carro
¿QUÉ ES AZURE STATIC WEB APPS? Servicio de hosting de
aplicaciones web serveless que ofrece un desarrollo optimizado para llevar tu app desde el código fuente hasta la alta disponibilidad global
CARACTERÍSTICAS Hospedaje Global: Acerca el contenido de tu app a
usuarios de distintos puntos geográficos gracias a la distribución automatizada de Azure.
CARACTERÍSTICAS API Integrada Nos permite desplegar de forma integrada, en
la misma aplicación, nuestro backend basado en Azure Functions.
CARACTERÍSTICAS CI/CD Simplificado El mismo portal de Azure nos genera
la configuración necesaria para la compilación e implementación continua.
CARACTERÍSTICAS Entornos de Testing por PR Generar versiones provisionales de
nuestra aplicación por cada Pull Request abierto. De esta forma, obtener una vista previa de los cambios realizados antes de publicarlos.
AZURE STATIC WEB APPS https://docs.microsoft.com/azure/static-web-apps/
None
CONCLUSIONES ❑ Azure Static Web Apps es un excelente servicio
que de forma sencilla y rápida logras publicar tu aplicación fullstack ❑ Favorece al trabajo en equipo, code-review y a las actividades de Testing ❑ También contiene opciones para la personalización de rutas y autenticación
¿PREGUNTAS? Conviértete en un Desarrollador Fullstack con Azure Static Web
Apps