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
57
Blazor en Grande: Arquitectura y Escalabilidad - Jornada 5 - Asp .NET (Español)
lauchacarro
0
55
Explorando las Identidades administradas de Azure - Global Azure 2024 - Latino NET Online
lauchacarro
0
88
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
役員・マネージャー・著者・エンジニアそれぞれの立場から見たAWS認定資格
nrinetcom
PRO
3
6k
組織におけるCCoEの役割とAWS活用事例
nrinetcom
PRO
4
130
AIエージェント元年@日本生成AIユーザ会
shukob
1
210
LINE NEWSにおけるバックエンド開発
lycorptech_jp
PRO
0
240
あなたが人生で成功するための5つの普遍的法則 #jawsug #jawsdays2025 / 20250301 HEROZ
yoshidashingo
2
290
Pwned Labsのすゝめ
ken5scal
2
430
アジャイルな開発チームでテスト戦略の話は誰がする? / Who Talks About Test Strategy?
ak1210
1
580
OCI Success Journey OCIの何が評価されてる?疑問に答える事例セミナー(2025年2月実施)
oracle4engineer
PRO
2
140
生成AI “再”入門 2025年春@WIRED TUESDAY EDITOR'S LOUNGE
kajikent
0
100
Amazon Aurora のバージョンアップ手法について
smt7174
2
140
RemoveだらけのPHPUnit 12に備えよう
cocoeyes02
0
290
日経のデータベース事業とElasticsearch
hinatades
PRO
0
230
Featured
See All Featured
Why Our Code Smells
bkeepers
PRO
336
57k
How to Think Like a Performance Engineer
csswizardry
22
1.4k
Product Roadmaps are Hard
iamctodd
PRO
50
11k
For a Future-Friendly Web
brad_frost
176
9.6k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
49
2.3k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
12
990
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
175
52k
Become a Pro
speakerdeck
PRO
26
5.2k
How to train your dragon (web standard)
notwaldorf
91
5.9k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
129
19k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
226
22k
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