You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Sortable date. The datetime Hugo will use to sort the webinars in date order.
41
41
sortable_date: 2025-09-24T09:00:00-07:00
@@ -48,19 +48,19 @@ main:
48
48
49
49
# Description of the webinar.
50
50
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.
52
52
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.
54
54
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.
56
56
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 you’re 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.
58
58
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
61
61
- How to define, provision, and manage Azure resources using .NET
62
62
- 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#
64
64
65
65
# The webinar presenters
66
66
presenters:
@@ -94,4 +94,4 @@ event_data:
94
94
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.
95
95
96
96
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.
0 commit comments