klreeher
klreeher

Reputation: 1615

Error on folder delete in Azure Portal Console

I'm attempting to manually delete a folder in my app service in Azure Portal's console. The console I'm talking about is in the portal, go to App Services > (name) > Deployment slots > (slot) > Console.

(Deploy failed to delete folder, fix is to manually delete and re-run.)

When I attempt to delete the folder, I get this:

azure console screenshot

Basically, I enter the command to delete the folder, get an "are you sure, enter Y/N", I type Y and return, and then get an error about 'Y' is not recognized as an internal or external command. Just hitting return, not entering Y, I just get a new prompt line.

What am I missing here?

Upvotes: 1

Views: 831

Answers (1)

klreeher
klreeher

Reputation: 1615

OH MY GOSH this is the stupidest thing.

Still don't know what's up with the delete in the Portal Console, but if you go to the KUDU console, it works just fine.

https://{your application}-{slot}.scm.azurewebsites.net/DebugConsole

Upvotes: 1

Related Questions