Skip to content

Commit 2e9e18b

Browse files
Convert to azure-native (#925)
* Converting Azure examples to azure-native Co-authored-by: Levi Blackstone <[email protected]>
1 parent dc1c3e0 commit 2e9e18b

File tree

781 files changed

+2890
-36313
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

781 files changed

+2890
-36313
lines changed

Examples.sln

+32-12
Original file line numberDiff line numberDiff line change
@@ -3,37 +3,35 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 16
44
VisualStudioVersion = 16.0.29411.138
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.WebServer", "azure-cs-webserver\Azure.WebServer.csproj", "{0BE49450-B90C-4CC5-BEA5-4D5A74C7C7DE}"
6+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.WebServer", "classic-azure-cs-webserver\Azure.WebServer.csproj", "{0BE49450-B90C-4CC5-BEA5-4D5A74C7C7DE}"
77
EndProject
88
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.AppService", "azure-cs-appservice\Azure.AppService.csproj", "{80AAC51F-54AE-4344-99D0-E2F2B6A959E8}"
99
EndProject
10-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.CosmosAppComponent", "azure-cs-cosmosapp-component\Azure.CosmosAppComponent.csproj", "{FA754E4A-319E-4E9A-A3CC-2E35C94115A7}"
10+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.CosmosAppComponent", "classic-azure-cs-cosmosapp-component\Azure.CosmosAppComponent.csproj", "{FA754E4A-319E-4E9A-A3CC-2E35C94115A7}"
1111
EndProject
12-
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Azure.AppService", "azure-fs-appservice\Azure.AppService.fsproj", "{F420C993-DAE7-49DD-8D4D-C908C6842636}"
12+
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Azure.AppService", "classic-azure-fs-appservice\Azure.AppService.fsproj", "{F420C993-DAE7-49DD-8D4D-C908C6842636}"
1313
EndProject
1414
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.Aks", "azure-cs-aks\Azure.Aks.csproj", "{87A11F4D-063D-4374-9D22-156F04C767BE}"
1515
EndProject
16-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.KeyVault", "azure-cs-msi-keyvault-rbac\Azure.KeyVault.csproj", "{79319396-C17A-4DBB-92B2-7291D39E0B70}"
16+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.KeyVault", "classic-azure-cs-msi-keyvault-rbac\Azure.KeyVault.csproj", "{79319396-C17A-4DBB-92B2-7291D39E0B70}"
1717
EndProject
18-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.Functions", "azure-cs-functions-consumption\Azure.Functions.csproj", "{8C01B8EF-B770-4817-98F2-F7FC6F2B2A74}"
18+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.Functions", "azure-cs-functions\Azure.Functions.csproj", "{8C01B8EF-B770-4817-98F2-F7FC6F2B2A74}"
1919
EndProject
2020
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Aws.WebServer", "aws-cs-webserver\Aws.WebServer.csproj", "{C0F20B39-07D0-4118-A48F-6D3911673424}"
2121
EndProject
2222
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Gcp.Functions", "gcp-cs-functions\Gcp.Functions.csproj", "{EAA745CE-CB4E-4F33-B373-051DE1C154B3}"
2323
EndProject
24-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.BotService", "azure-cs-botservice\Azure.BotService.csproj", "{BF0F5532-EDDE-4AD4-8FA2-2D11CDED65D3}"
24+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.BotService", "classic-azure-cs-botservice\Azure.BotService.csproj", "{BF0F5532-EDDE-4AD4-8FA2-2D11CDED65D3}"
2525
EndProject
2626
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Digitalocean.LoadbalancedDroplets", "digitalocean-cs-loadbalanced-droplets\Digitalocean.LoadbalancedDroplets.csproj", "{C21DF417-3E59-45D0-911F-772E3793E0A2}"
2727
EndProject
2828
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Digitalocean.K8s", "digitalocean-cs-k8s\Digitalocean.K8s.csproj", "{CA1DB6A6-4B5D-41D7-AED6-43C096F5C7F4}"
2929
EndProject
30-
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Azure.Aci", "azure-fs-aci\Azure.Aci.fsproj", "{9F646ECF-9CD3-4686-8C4C-FE6AAAD29FEC}"
31-
EndProject
32-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Azure.Aks.PrivateContainerRegistry", "azure-cs-aks-private-container-registry\Azure.Aks.PrivateContainerRegistry.csproj", "{23099098-BEE1-4199-B1AB-8864DE7276DA}"
30+
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Azure.Aci", "classic-azure-fs-aci\Azure.Aci.fsproj", "{9F646ECF-9CD3-4686-8C4C-FE6AAAD29FEC}"
3331
EndProject
3432
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Azure.StaticWebsite", "azure-cs-static-website\Azure.StaticWebsite.csproj", "{4DEEF787-D589-44C5-AAB1-570D2D920043}"
3533
EndProject
36-
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Azure.Aks", "azure-fs-aks\Azure.Aks.fsproj", "{555DED90-15AE-4620-ACEE-B53EC237C62B}"
34+
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "Azure.Aks", "classic-azure-fs-aks\Azure.Aks.fsproj", "{555DED90-15AE-4620-ACEE-B53EC237C62B}"
3735
EndProject
3836
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Aws.Fargate", "aws-cs-fargate\Infra\Aws.Fargate.csproj", "{DCE03BA3-B0AA-4897-85D3-4EFEA7D1054C}"
3937
EndProject
@@ -49,9 +47,15 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Kubernetes.Guestbook.Compon
4947
EndProject
5048
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTesting", "testing-unit-cs\UnitTesting.csproj", "{7A9FC7DC-DC35-4033-B4FF-E9EFB3E6EBB8}"
5149
EndProject
52-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Azure.Functions.LinuxApp", "azure-cs-functions-linux-app\Azure.Functions.LinuxApp.csproj", "{B3739A06-5343-4990-A48B-E5BEFAC5678A}"
50+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.CredentialRotation.OneSet", "azure-cs-credential-rotation-one-set\Azure.CredentialRotation.OneSet.csproj", "{34988495-6782-4AE3-9224-DE26A8FA1C61}"
51+
EndProject
52+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Azure.Aci", "azure-cs-aci\Azure.Aci.csproj", "{2A1D8162-FEB3-44DA-B8AD-BEA9E8C04B65}"
53+
EndProject
54+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Azure.AppService.Docker", "azure-cs-appservice-docker\Azure.AppService.Docker.csproj", "{ACF69586-B1BF-4659-B084-CF57CDD70A68}"
55+
EndProject
56+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Azure.Dotnet5", "azure-cs-net5-aks-webapp\Azure.Dotnet5.csproj", "{515727EA-8AE7-40CC-90CC-7FB209CC16B2}"
5357
EndProject
54-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.CredentialRotation.OneSet", "azure-nextgen-cs-credential-rotation-one-set\Azure.CredentialRotation.OneSet.csproj", "{34988495-6782-4AE3-9224-DE26A8FA1C61}"
58+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Azure.Synapse", "azure-cs-synapse\Azure.Synapse.csproj", "{587D3AE3-0DF4-40AC-8452-3ABA8EF1DDCB}"
5559
EndProject
5660
Global
5761
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -159,6 +163,22 @@ Global
159163
{34988495-6782-4AE3-9224-DE26A8FA1C61}.Debug|Any CPU.Build.0 = Debug|Any CPU
160164
{34988495-6782-4AE3-9224-DE26A8FA1C61}.Release|Any CPU.ActiveCfg = Release|Any CPU
161165
{34988495-6782-4AE3-9224-DE26A8FA1C61}.Release|Any CPU.Build.0 = Release|Any CPU
166+
{2A1D8162-FEB3-44DA-B8AD-BEA9E8C04B65}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
167+
{2A1D8162-FEB3-44DA-B8AD-BEA9E8C04B65}.Debug|Any CPU.Build.0 = Debug|Any CPU
168+
{2A1D8162-FEB3-44DA-B8AD-BEA9E8C04B65}.Release|Any CPU.ActiveCfg = Release|Any CPU
169+
{2A1D8162-FEB3-44DA-B8AD-BEA9E8C04B65}.Release|Any CPU.Build.0 = Release|Any CPU
170+
{ACF69586-B1BF-4659-B084-CF57CDD70A68}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
171+
{ACF69586-B1BF-4659-B084-CF57CDD70A68}.Debug|Any CPU.Build.0 = Debug|Any CPU
172+
{ACF69586-B1BF-4659-B084-CF57CDD70A68}.Release|Any CPU.ActiveCfg = Release|Any CPU
173+
{ACF69586-B1BF-4659-B084-CF57CDD70A68}.Release|Any CPU.Build.0 = Release|Any CPU
174+
{515727EA-8AE7-40CC-90CC-7FB209CC16B2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
175+
{515727EA-8AE7-40CC-90CC-7FB209CC16B2}.Debug|Any CPU.Build.0 = Debug|Any CPU
176+
{515727EA-8AE7-40CC-90CC-7FB209CC16B2}.Release|Any CPU.ActiveCfg = Release|Any CPU
177+
{515727EA-8AE7-40CC-90CC-7FB209CC16B2}.Release|Any CPU.Build.0 = Release|Any CPU
178+
{587D3AE3-0DF4-40AC-8452-3ABA8EF1DDCB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
179+
{587D3AE3-0DF4-40AC-8452-3ABA8EF1DDCB}.Debug|Any CPU.Build.0 = Debug|Any CPU
180+
{587D3AE3-0DF4-40AC-8452-3ABA8EF1DDCB}.Release|Any CPU.ActiveCfg = Release|Any CPU
181+
{587D3AE3-0DF4-40AC-8452-3ABA8EF1DDCB}.Release|Any CPU.Build.0 = Release|Any CPU
162182
EndGlobalSection
163183
GlobalSection(SolutionProperties) = preSolution
164184
HideSolutionNode = FALSE

README.md

+35-62
Original file line numberDiff line numberDiff line change
@@ -35,20 +35,19 @@ $ git pull origin master
3535
- [F#](#f)
3636
- [Azure](#azure)
3737
- [TypeScript](#typescript-1)
38-
- [JavaScript](#javascript-1)
3938
- [Python](#python-1)
4039
- [Go](#go-1)
4140
- [C#](#c-1)
4241
- [F#](#f-1)
4342
- [GCP](#gcp)
4443
- [TypeScript](#typescript-2)
45-
- [JavaScript](#javascript-2)
44+
- [JavaScript](#javascript-1)
4645
- [Python](#python-2)
4746
- [Go](#go-2)
4847
- [C#](#c-2)
4948
- [Kubernetes](#kubernetes)
5049
- [TypeScript](#typescript-3)
51-
- [JavaScript](#javascript-3)
50+
- [JavaScript](#javascript-2)
5251
- [Python](#python-3)
5352
- [Go](#go-3)
5453
- [C#](#c-3)
@@ -154,82 +153,56 @@ Example | Description |
154153

155154
Example | Description |
156155
--------- | --------- |
157-
[AKS - Helm](azure-ts-aks-helm) | Create an Azure Kubernetes Service (AKS) Cluster and deploy a Helm Chart into it.
158-
[AKS - KEDA](azure-ts-aks-keda) | Create an Azure Kubernetes Service (AKS) Cluster and deploy an Azure Function App with Kubernetes-based Event Driven Autoscaling (KEDA) into it.
159-
[AKS - Mean](azure-ts-aks-mean) | Stand up an Azure Kubernetes Service (AKS) Cluster and a MongoDB-flavored instance of CosmosDB.
160-
[AKS - Multicluster](azure-ts-aks-multicluster) | Create multiple Azure Kubernetes Service (AKS) Clusters in different regions and with different node counts.
161-
[API Management](azure-ts-api-management) | Deploy an instance of Azure API Management.
162-
[App Service - DevOps](azure-ts-appservice-devops) | Deploy a Todo App using App Service with SQL Database and integrated with DevOps.
163-
[App Service - Docker](azure-ts-appservice-docker) | Build a web application hosted in App Service from Docker images.
164-
[App Service - Spring Boot](azure-ts-appservice-Springboot) | Deploy a Spring Boot app to an App Service instance using Jenkins.
165-
[App Service](azure-ts-appservice) | Build a web application hosted in App Service and provision Azure SQL Database and Azure Application Insights.
166-
[ARM Template](azure-ts-arm-template) | Deploy an existing Azure Resource Manager (ARM) template.
167-
[CosmosApp Component](azure-ts-cosmosapp-component) | Use a reusable component to create globally-distributed applications with Azure Cosmos DB.
168-
[CosmosDB LogicApp](azure-ts-cosmosdb-logicapp) | Use Azure Resource Manager (ARM) templates to create an API Connection and a Logic App.
169-
[Dynamic Resource](azure-ts-dynamicresource) | Add a custom domain to a CDN endpoint.
170-
[Functions - Raw](azure-ts-functions-raw) | Deploy functions in all supported languages to Azure Functions.
171-
[Functions](azure-ts-functions) | Deploy a typescript function to Azure Functions.
172-
[HDInsight Spark](azure-ts-hdinsight-spark) | Deploy a Spark cluster on Azure HDInsight.
173-
[MSI KeyVault RBAC](azure-ts-msi-keyvault-rbac) | Use a managed identity with Azure App Service to access Azure KeyVault, Azure Storage, and Azure SQL Database without passwords or secrets.
156+
[Azure Container Instance](azure-ts-aci) | Run Azure Container Instances on Linux.
157+
[Azure Kubernetes Service](azure-ts-aks) | Create an Azure Kubernetes Service (AKS) Cluster.
158+
[Azure App Service](azure-ts-appservice) | Build a web application hosted in App Service and provision Azure SQL Database and Azure Application Insights.
159+
[Azure App Service with Docker](azure-ts-appservice-docker) | Build a web application hosted in App Service from Docker images.
160+
[App Service in Virtual Network](azure-ts-webapp-privateendpoint-vnet-injection) | Deploy two App Services - Front web app with VNet injection and Back web app with a Private Endpoint.
161+
[Azure Cosmos DB and LogicApp](azure-ts-cosmosdb-logicapp) | Define Cosmos DB, API connections, and link them to a logic app.
162+
[Azure Functions](azure-ts-functions) | Deploy a Node.js serverless function to Azure Functions.
163+
[Azure Functions - Many](azure-ts-functions-many) | Deploy several kinds of Azure Functions created from raw deployment packages.
174164
[Static Website](azure-ts-static-website) | Configure static website hosting in Azure Storage.
175-
[Stream Analytics](azure-ts-stream-analytics) | Deploy an Azure Stream Analytics job to transform data in an Event Hub.
176-
[URL Shortener](azure-ts-serverless-url-shortener-global) | Create a globally-distributed serverless URL shortener using Azure Functions and Cosmos DB.
177-
[VM Scaleset](azure-ts-vm-scaleset) | Provision a Scale Set of Linux web servers with nginx deployed, auto-scaling based on CPU load, a Load Balancer in front of them, and a public IP address.
178-
[Web Server Component](azure-ts-webserver-component) | Provision a configurable number of Linux web servers in an Azure Virtual Machine using a reusable component.
165+
[Azure Synapse](azure-ts-synapse) | Starting point for enterprise analytics solutions based on Azure Synapse.
179166
[Web Server](azure-ts-webserver) | Provision a Linux web server in an Azure Virtual Machine.
180167

181-
### JavaScript
182-
183-
Example | Description |
184-
--------- | --------- |
185-
[Web Server](azure-js-webserver) | Build the Pulumi web server sample in Azure.
186-
187168
### Python
188169

189170
Example | Description |
190171
--------- | --------- |
191-
[AKS - Multicluster](azure-py-aks-multicluster) | Create multiple AKS clusters in different regions and with different node counts.
192-
[AKS](azure-py-aks) | Deploy an AKS cluster, virtual network and Azure Container Registry and grant AKS permissions to access and manage those.
193-
[App Service - Docker](azure-py-appservice-docker) | Build a web application hosted in App Service from Docker images.
194-
[App Service](azure-py-appservice) | Build a web application hosted in App Service and provision Azure SQL Database and Azure Application Insights.
195-
[ARM Template](azure-py-arm-template) | Deploy an existing Azure Resource Manager (ARM) template.
196-
[Functions - Raw](azure-py-functions-raw) | Deploy a function to Azure Functions created from raw deployment packages in C#.
197-
[HDInsight Spark](azure-py-hdinsight-spark) | Deploy a Spark cluster on Azure HDInsight.
198-
[MSI Key Vault RBAC](azure-msi-keyvault-rbac) | Use a managed identity with Azure App Service to access Azure KeyVault, Azure Storage, and Azure SQL Database without passwords or secrets.
199-
[Virtual Data Center](azure-py-virtual-data-center) | Deploy peered hub-and-spoke networks in paired regions complete with gateways, firewalls and custom routing to redirect traffic through the firewalls.
200-
[VM Scale Set](azure-vm-scaleset) | Provision a Scale Set of Linux web servers with nginx deployed, auto-scaling based on CPU load, a Load Balancer in front of them, and a public IP address.
201-
[Web Server Component](azure-py-webserver-component) | Deploy a Virtual Machine and start an HTTP server on it using a reusable component.
202-
[Web Server](azure-py-webserver) | Deploy a Virtual Machine and start an HTTP server on it.
172+
[Azure Container Instance](azure-py-aci) | Run Azure Container Instances on Linux.
173+
[Azure Kubernetes Service](azure-py-aks) | Create an Azure Kubernetes Service (AKS) Cluster.
174+
[Azure App Service](azure-py-appservice) | Build a web application hosted in App Service and provision Azure SQL Database and Azure Application Insights.
175+
[Azure App Service with Docker](azure-py-appservice-docker) | Build a web application hosted in App Service from Docker images.
176+
[Azure Cosmos DB and LogicApp](azure-py-cosmosdb-logicapp) | Define Cosmos DB, API connections, and link them to a logic app.
177+
[Minecraft Server](azure-py-minecraft-server) | Deploy an Azure Virtual Machine and provision a Minecraft server.
178+
[Static Website](azure-py-static-website) | Configure static website hosting in Azure Storage.
179+
[Azure Synapse](azure-py-synapse) | Starting point for enterprise analytics solutions based on Azure Synapse.
180+
[Virtual Data Center](azure-py-virtual-data-center) | Deploy Azure Virtual Data Center (VDC) hub-and-spoke network stacks in Azure, complete with ExpressRoute and VPN Gateways, Azure Firewall guarding a DMZ, and Azure Bastion.
181+
[Web Server](azure-py-webserver) | Provision a Linux web server in an Azure Virtual Machine.
203182

204183
### Go
205184

206185
Example | Description |
207186
--------- | --------- |
208-
[App Service](azure-go-appservice) | Build a web application hosted in Azure App Service.
209-
[AKS - Multicluster](azure-go-aks-multicluster) | Create multiple Azure Kubernetes Service (AKS) Clusters in different regions and with different node counts.
210-
[Web Server Component](azure-go-webserver-component) | Provision a configurable number of Linux web servers in an Azure Virtual Machine using a reusable component.
187+
[Azure Container Instance](azure-go-aci) | Run Azure Container Instances on Linux.
188+
[Azure Kubernetes Service](azure-go-aks) | Create an Azure Kubernetes Service (AKS) Cluster.
189+
[Azure App Service with Docker](azure-go-appservice-docker) | Build a web application hosted in App Service from Docker images.
190+
[Static Website](azure-go-static-website) | Configure static website hosting in Azure Storage.
211191

212192
### C#
213193

214194
Example | Description |
215195
--------- | --------- |
216-
[AKS](azure-cs-aks) | Stand up an Azure Kubernetes Service (AKS) cluster.
217-
[AKS and Private Container Registry](azure-cs-aks-private-container-registry) | Stand up an Azure Kubernetes Service (AKS) cluster, a private Azure Container Registry, and deploys an image to the cluster.
218-
[App Service](azure-cs-appservice) | Build a web application hosted in App Service and provision Azure SQL Database and Azure Application Insights.
219-
[Bot Service](azure-cs-botservice) | Build an Azure Bot Service hosted in Azure App Service.
220-
[Cosmos App Component](azure-cs-cosmosapp-component) | Use a reusable component to create globally-distributed applications with Azure Cosmos DB.
221-
[Functions - .NET on Consumption](azure-cs-functions-consumption) | Deploy a .NET Azure Function running on a Windows Consumption Plan.
222-
[Functions - Python on Linux App Service](azure-cs-functions-linux-app) | Deploy a Python Azure Function running on a Linux App Service Premium Plan.
223-
[MSI Key Vault RBAC](azure-cs-msi-keyvault-rbac) | Use a managed identity with Azure App Service to access Azure KeyVault, Azure Storage, and Azure SQL Database without passwords or secrets.
224-
[Static Website](azure-cs-static-website) | Deploy a Static Website to Azure Storage.
225-
[Web Server](azure-cs-webserver) | Deploy a Virtual Machine and start an HTTP server on it.
226-
227-
### F#
228-
229-
Example | Description |
230-
--------- | --------- |
231-
[AKS](azure-fs-aks) | Stand up an Azure Kubernetes Service (AKS) cluster.
232-
[App Service](azure-fs-appservice) | Build a web application hosted in App Service and provision Azure SQL Database and Azure Application Insights.
196+
Cluster.
197+
[Azure Container Instance](azure-cs-aci) | Run Azure Container Instances on Linux.
198+
[Azure Kubernetes Service](azure-cs-aks) | Create an Azure Kubernetes Service (AKS) Cluster.
199+
[AKS web app with .NET 5](azure-cs-net5-aks-webapp) | Create an Azure Kubernetes Service (AKS) cluster and deploy a web app to it using .NET 5 and C# 9.
200+
[Azure App Service](azure-cs-appservice) | Build a web application hosted in App Service and provision Azure SQL Database and Azure Application Insights.
201+
[Azure App Service with Docker](azure-cs-appservice-docker) | Build a web application hosted in App Service from Docker images.
202+
[Azure Cosmos DB and LogicApp](azure-cs-cosmosdb-logicapp) | Define Cosmos DB, API connections, and link them to a logic app.
203+
[Azure Functions](azure-cs-functions) | Deploy a Node.js serverless function to Azure Functions.
204+
[Static Website](azure-cs-static-website) | Configure static website hosting in Azure Storage.
205+
[Azure Synapse](azure-cs-synapse) | Starting point for enterprise analytics solutions based on Azure Synapse.
233206

234207
## GCP
235208

azure-nextgen-cs-aci/Aci.csproj renamed to azure-cs-aci/Azure.Aci.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<ItemGroup>
1010
<PackageReference Include="Pulumi" Version="2.*" />
11-
<PackageReference Include="Pulumi.AzureNextGen" Version="0.*" />
11+
<PackageReference Include="Pulumi.AzureNative" Version="0.*" />
1212
</ItemGroup>
1313

1414
</Project>

0 commit comments

Comments
 (0)