modify deploy for carml deployment

modify deploy for carml deployment
This commit is contained in:
pfayika1 2022-09-28 16:07:52 +01:00 коммит произвёл GitHub
Родитель c6a222e6a8
Коммит dc6a4bdf4b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1,8 +1,8 @@
@description('Base name to be used in all resources')
param name string = 'cco-github-contributions'
param name string = 'carml-github-contributions'
@description('Name of the sotrage account')
param staname string = 'ccoghcontsta'
param staname string = 'carmlghcontsta'
@description('Location where resources should be deployed')
param location string = resourceGroup().location