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
56
Blazor en Grande: Arquitectura y Escalabilidad - Jornada 5 - Asp .NET (Español)
lauchacarro
0
53
Explorando las Identidades administradas de Azure - Global Azure 2024 - Latino NET Online
lauchacarro
0
86
Vertical Slice Architecture con Asp.Net Core | Latino .NET Online
lauchacarro
0
270
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
Apache Iceberg Case Study in LY Corporation
lycorptech_jp
PRO
0
250
JavaにおけるNull非許容性
skrb
1
380
役員・マネージャー・著者・エンジニアそれぞれの立場から見たAWS認定資格
nrinetcom
PRO
1
1.6k
設計を積み重ねてシステムを刷新する
sansantech
PRO
0
130
IAMポリシーのAllow/Denyについて、改めて理解する
smt7174
2
180
スキルだけでは満たせない、 “組織全体に”なじむオンボーディング/Onboarding that fits “throughout the organization” and cannot be satisfied by skills alone
bitkey
0
130
(機械学習システムでも) SLO から始める信頼性構築 - ゆる SRE#9 2025/02/21
daigo0927
0
240
Potential EM 制度を始めた理由、そして2年後にやめた理由 - EMConf JP 2025
hoyo
2
1.6k
大規模アジャイルフレームワークから学ぶエンジニアマネジメントの本質
staka121
PRO
2
150
Amazon Aurora のバージョンアップ手法について
smt7174
1
110
Autonomous Database Serverless 技術詳細 / adb-s_technical_detail_jp
oracle4engineer
PRO
17
45k
短縮URLをお手軽に導入しよう
nakasho
0
130
Featured
See All Featured
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
RailsConf 2023
tenderlove
29
1k
Fireside Chat
paigeccino
34
3.2k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
366
25k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
47
5.2k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
59k
Site-Speed That Sticks
csswizardry
4
400
Understanding Cognitive Biases in Performance Measurement
bluesmoon
27
1.6k
Speed Design
sergeychernyshev
27
800
Large-scale JavaScript Application Architecture
addyosmani
511
110k
Navigating Team Friction
lara
183
15k
Docker and Python
trallard
44
3.3k
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