Skip to content
Snippets Groups Projects
Commit 3fc3086b authored by William Bell's avatar William Bell
Browse files

Adding files

parent dd266c03
No related branches found
No related tags found
No related merge requests found
$app_name="app-module-webapp-initials"
az webapp create --name $app_name `
--resource-group $resource_group `
--plan $plan_name --runtime "python:3.11" `
--startup-file startup.txt
\ No newline at end of file
az webapp delete --name $app_name --resource-group $resource_group
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment