Skip to content

Commit b0e886a

Browse files
authored
Place Azure workshop on-demand (#16117)
* Place Azure workshop on-demand * Update index.md
1 parent 415e7b6 commit b0e886a

File tree

1 file changed

+12
-12
lines changed
  • content/events/intro-to-iac-azure

1 file changed

+12
-12
lines changed

content/events/intro-to-iac-azure/index.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
# Name of the event, <= 60 characters
3-
title: "Start Building Azure Infrastructure with C#"
3+
title: "Learn Azure Infrastructure with C#"
44
meta_desc: Learn how to build and manage Azure infrastructure using C# and Pulumi. A better alternative to ARM templates with full .NET support.
55
meta_image:
66

@@ -12,7 +12,7 @@ unlisted: false
1212

1313
# Gated webinars will have a registration form and the user will need
1414
# to fill out the form before viewing.
15-
gated: true
15+
gated: false
1616

1717
# The layout of the landing page.
1818
type: webinars
@@ -31,11 +31,11 @@ url_slug: intro-to-iac-azure
3131
# Content for the left hand side section of the page.
3232
main:
3333
# Webinar title.
34-
title: "Start Building Azure Infrastructure with C#"
34+
title: "Learn Azure Infrastructure with C#"
3535
event_type: workshop # workshop | event
3636

3737
# URL for embedding a URL for ungated webinars.
38-
youtube_url:
38+
youtube_url: https://www.youtube.com/embed/FbrxKzhOsjs?si=ShpYzJbqgTiDYxra
3939

4040
# Sortable date. The datetime Hugo will use to sort the webinars in date order.
4141
sortable_date: 2025-09-24T09:00:00-07:00
@@ -48,19 +48,19 @@ main:
4848

4949
# Description of the webinar.
5050
description: |
51-
You know C# and you're working with Azure or planning to. But managing infrastructure with JSON-based ARM templates can be tedious, hard to scale, and disconnected from how you write application code.
51+
Want to learn Azure using C#? If you know .NET, you can do more than build apps, you can also build and manage your Azure infrastructure with the same language and tools.
5252
53-
This hands-on workshop shows you how to build real-world Azure infrastructure using Pulumi and your existing .NET skills. You'll learn how to define, deploy, and manage Azure resources in C# using familiar programming tools and patterns.
53+
This hands-on workshop shows you how to define, deploy, and manage Azure resources in C#. Instead of writing JSON-based ARM templates, you’ll use real C# code to provision Azure services, automate deployments, and scale your cloud environments.
5454
55-
Pulumi brings the full power of C# to Infrastructure as Code. You'll move faster, reduce duplication, and build scalable, reliable infrastructure with less friction.
55+
With Pulumi, you bring the full power of C# to Azure Infrastructure as Code. That means fewer manual steps, less duplication, and a smoother path from application code to cloud infrastructure.
5656
57-
If you're currently using ARM templates or just starting to explore Azure, this workshop will introduce a more flexible and developer-friendly way to manage your cloud infrastructure.
57+
Whether youre just getting started with Azure or looking for a better alternative to ARM templates, you’ll discover a modern, developer-friendly way to build on the Microsoft cloud.
5858
learn:
59-
- How to get started with Pulumi and C# for Azure infrastructure
60-
- Key concepts of the Pulumi programming model for Infrastructure as Code
59+
- How to get started with Azure infrastructure in C#
60+
- Key concepts of Azure Infrastructure as Code with Pulumi
6161
- How to define, provision, and manage Azure resources using .NET
6262
- Why C# with Pulumi is a powerful alternative to JSON-based ARM templates
63-
- Examples of reusable and scalable infrastructure written entirely in C#
63+
- Examples of reusable, scalable Azure infrastructure written entirely in C#
6464

6565
# The webinar presenters
6666
presenters:
@@ -94,4 +94,4 @@ event_data:
9494
Pulumi brings the full power of C# to Infrastructure as Code. You'll move faster, reduce duplication, and build scalable, reliable infrastructure with less friction.
9595
9696
If you're currently using ARM templates or just starting to explore Azure, this workshop will introduce a more flexible and developer-friendly way to manage your cloud infrastructure.
97-
---
97+
---

0 commit comments

Comments
 (0)