Compare commits
2 الالتزامات
dependabot
...
main
المؤلف | SHA1 | التاريخ | |
---|---|---|---|
1ca4e642a3 | |||
![]() |
ba7a1763c4 |
@@ -9,8 +9,6 @@ on: [push, pull_request, workflow_dispatch]
|
||||
jobs:
|
||||
# This workflow contains a single job called "build"
|
||||
build:
|
||||
# The type of runner that the job will run on
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
# Steps represent a sequence of tasks that will be executed as part of the job
|
||||
steps:
|
||||
|
@@ -1,5 +1,5 @@
|
||||
param webAppName string = uniqueString(resourceGroup().id) // Generate unique String for web app name
|
||||
param sku string = 'S1' // The SKU of App Service Plan
|
||||
param sku string = 'F1' // The SKU of App Service Plan
|
||||
param location string = resourceGroup().location // Location for all resources
|
||||
param linuxFxVersion string = 'DOTNETCORE|8.0' // The runtime stack of web app
|
||||
|
||||
|
المرجع في مشكلة جديدة
حظر مستخدم