aspnet / AzureIntegration

[Archived] Features that integrate ASP.NET Core with Azure. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
24 stars 20 forks source link

Adding ASP.NET Core 2.2 Runtime site extension to multiple web apps in same resource group fails due to not enough space on disk #221

Closed balachir closed 5 years ago

balachir commented 6 years ago

Scenario :

  1. Clean machine with 15.9 Preview 2 + .NET Core 2.2 Preview 2 installed.
  2. Create new ASP.NET Core 2.2 (.NET Core) web app > Empty or Web App (MVC) template
  3. F5
  4. Publish to Azure
  5. Add the "ASP.NET Core 2.2 (x86) Runtime" site extension following the instructions from the documentation or using Kudu site extensions (to workaround issue #220)

Repro Steps :

Issue :

Adding the site extension fails with "Not enough space on disk" image

Workaround :

I need to publish the web app to a different resource group to be able to add the site extension successfully

muratg commented 5 years ago

In 2.2, we'll remove SDK from the siteextension. This will be a smaller issue then.