From 821de0abce634be7c68fed1004b8431330ce8781 Mon Sep 17 00:00:00 2001 From: Aaron Dandy <404933+aarondandy@users.noreply.github.com> Date: Wed, 4 Feb 2026 10:24:56 -0800 Subject: [PATCH] Update webAppZipWithDb.ts Oops, not containers. (How did this even work?) --- samples/webAppZipWithDb.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/webAppZipWithDb.ts b/samples/webAppZipWithDb.ts index 9a89c7e..0d2a1af 100644 --- a/samples/webAppZipWithDb.ts +++ b/samples/webAppZipWithDb.ts @@ -156,7 +156,7 @@ const webApp = (async () => { const app = await rg.appService.webAppUpsert(`app-samplezip${resourceHash}-${rg.location}`, { serverFarmId: plan.id, - kind: "app,linux,container", + kind: "app,linux", identity: { type: "SystemAssigned" }, virtualNetworkSubnetId: vnet.subnets?.find(s => s.name === "web")?.id, siteConfig: {