Skip to content

Commit e23e3a6

Browse files
Add 1/15 workshop (#16782)
* Add 1/15 workshop * Update content/events/multi-service-application-with-azure-container-apps/index.md --------- Co-authored-by: Sara <100384099+SaraDPH@users.noreply.github.com>
1 parent 0bc38c5 commit e23e3a6

File tree

1 file changed

+85
-0
lines changed
  • content/events/multi-service-application-with-azure-container-apps

1 file changed

+85
-0
lines changed
Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
---
2+
# Name of the event, <= 60 characters
3+
title: "Build a multi-service app with Azure Container Apps"
4+
meta_desc: Learn how to build and deploy a complete multi-service application to Azure Container Apps using Pulumi.
5+
meta_image:
6+
7+
# A featured webinar will display first in the list.
8+
featured: false
9+
10+
# Webinars with unlisted as true will not be shown on the webinar list
11+
unlisted: false
12+
13+
# Gated webinars will have a registration form and the user will need
14+
# to fill out the form before viewing.
15+
gated: true
16+
17+
# The layout of the landing page.
18+
type: webinars
19+
20+
# External webinars will link to an external page instead of a webinar
21+
# landing/registration page. If the webinar is external you will need
22+
# set the 'block_external_search_index' flag to true so Google does not index
23+
# the webinar page created.
24+
external: false
25+
block_external_search_index: false
26+
27+
# The url slug for the webinar landing page. If this is an external
28+
# webinar, use the external URL as the value here.
29+
url_slug: multi-service-application-with-azure-container-apps
30+
31+
# Content for the left hand side section of the page.
32+
main:
33+
# Webinar title.
34+
title: "Build a multi-service app with Azure Container Apps"
35+
event_type: workshop # workshop | event
36+
37+
# URL for embedding a URL for ungated webinars.
38+
youtube_url:
39+
40+
# Sortable date. The datetime Hugo will use to sort the webinars in date order.
41+
sortable_date: 2026-01-15T12:00:00-05:00
42+
43+
# Duration of the webinar.
44+
duration: 60 minutes
45+
46+
# "virtual" will be shown under "show virtual events only", otherwise shown as City, State (seattle, wa)
47+
location: virtual
48+
49+
# Description of the webinar.
50+
description: |
51+
Learn how to build and deploy a complete multi-service application to Azure Container Apps using Pulumi. This hands-on workshop guides you through deploying a real-world two-tier architecture with a backend API and front-end web UI. Using Pulumi’s infrastructure as code approach, you’ll provision Azure Container Registry, Container Apps environments, and configure service-to-service communication, all as version-controlled, reproducible code.
52+
learn:
53+
- Deploy a multi-service application to Azure Container Apps
54+
- Build and manage container images with Azure Container Registry
55+
- Implement secure service-to-service communication
56+
- Manage application configuration and environment variables
57+
- Create reproducible, version-controlled infrastructure with Pulumi
58+
59+
# The webinar presenters
60+
presenters:
61+
- name: Adam Bell
62+
role: Community Engineer, Pulumi
63+
photo: /images/team/adam-gordon-bell.jpg
64+
65+
# case-sensitive
66+
tags:
67+
level: Beginner # Beginner, Intermediate, Advanced
68+
topics: ["Azure Container Apps"]
69+
languages: ["Any"]
70+
clouds: ["Azure"]
71+
72+
# The right hand side form section.
73+
form:
74+
# HubSpot form id.
75+
hubspot_form_id: 1aa7f3f2-8111-4df1-8421-db8133a1a6f7
76+
salesforce_campaign_id: 701PQ00000liIr0YAE
77+
78+
event_data:
79+
name: "Build a multi-service app with Azure Container Apps"
80+
start_date: 2026-01-15T12:00:00-05:00
81+
end_date: 2026-01-15T13:00:00-05:00
82+
url: "https://www.pulumi.com/resources/multi-service-application-with-azure-container-apps/"
83+
description: |
84+
Learn how to build and deploy a complete multi-service application to Azure Container Apps using Pulumi. This hands-on workshop guides you through deploying a real-world two-tier architecture with a backend API and front-end web UI. Using Pulumi’s infrastructure as code approach, you’ll provision Azure Container Registry, Container Apps environments, and configure service-to-service communication, all as version-controlled, reproducible code.
85+
---

0 commit comments

Comments
 (0)