For the book updates and community contributions



Download 3,57 Mb.
Pdf ko'rish
bet7/49
Sana21.08.2022
Hajmi3,57 Mb.
#847402
1   2   3   4   5   6   7   8   9   10   ...   49
Bog'liq
DevOps-for-ASP.NET-Core-Developers

Ctrl
+
C
in the 
command shell. 
Create the Azure App Service Web App 
To deploy the app, you’ll need to create an App Service 
Web App
. After creation of the Web App, 
you’ll deploy to it from your local 
machine using Git. 
1.
Sign in to the 
Azure Cloud Shell
. Note: When you sign in for the first time, Cloud Shell prompts 
to create a storage account for configuration files. Accept the defaults or provide a unique name. 
2.
Use the Cloud Shell for the following steps. 
a.
Declare a variable to store your web app’s name. The name must be unique to be used 
in the default URL. Using the $RANDOM Bash function to construct the name 
guarantees uniqueness and results in the format webappname99999. 
webappname=mywebapp$RANDOM 
b.
Create a resource group. Resource groups provide a means to aggregate Azure 
resources to be managed as a group. 
az group create --location centralus --name AzureTutorial 
The az command invokes the 
Azure CLI
. The CLI can be run locally, but using it in the Cloud Shell 
saves time and configuration. 
c.
Create an App Service plan in the S1 tier. An App Service plan is a grouping of web apps 
that share the same pricing tier. The S1 tier isn’t free, but it’s requir
ed for the staging 
slots feature. 
az appservice plan create --name $webappname --resource-group AzureTutorial --sku S1 
d.
Create the web app resource using the App Service plan in the same resource group. 
az webapp create --name $webappname --resource-group AzureTutorial --plan $webappname 
e.
Set the deployment branch to main in the appsettings configuration. 
az webapp config appsettings set --name $webappname --resource-group AzureTutorial --
settings DEPLOYMENT_BRANCH=main 
f.
Set the deployment credentials. These deployment credentials apply to all the web apps 
in your subscription. Don’t use special characters in the user name.
az webapp deployment user set --user-name REPLACE_WITH_USER_NAME --password 
REPLACE_WITH_PASSWORD 
g.
Configure the web app to accept deployments from local Git and display the 
Git 
deployment URL


Download 3,57 Mb.

Do'stlaringiz bilan baham:
1   2   3   4   5   6   7   8   9   10   ...   49




Ma'lumotlar bazasi mualliflik huquqi bilan himoyalangan ©hozir.org 2024
ma'muriyatiga murojaat qiling

kiriting | ro'yxatdan o'tish
    Bosh sahifa
юртда тантана
Боғда битган
Бугун юртда
Эшитганлар жилманглар
Эшитмадим деманглар
битган бодомлар
Yangiariq tumani
qitish marakazi
Raqamli texnologiyalar
ilishida muhokamadan
tasdiqqa tavsiya
tavsiya etilgan
iqtisodiyot kafedrasi
steiermarkischen landesregierung
asarlaringizni yuboring
o'zingizning asarlaringizni
Iltimos faqat
faqat o'zingizning
steierm rkischen
landesregierung fachabteilung
rkischen landesregierung
hamshira loyihasi
loyihasi mavsum
faolyatining oqibatlari
asosiy adabiyotlar
fakulteti ahborot
ahborot havfsizligi
havfsizligi kafedrasi
fanidan bo’yicha
fakulteti iqtisodiyot
boshqaruv fakulteti
chiqarishda boshqaruv
ishlab chiqarishda
iqtisodiyot fakultet
multiservis tarmoqlari
fanidan asosiy
Uzbek fanidan
mavzulari potok
asosidagi multiservis
'aliyyil a'ziym
billahil 'aliyyil
illaa billahil
quvvata illaa
falah' deganida
Kompyuter savodxonligi
bo’yicha mustaqil
'alal falah'
Hayya 'alal
'alas soloh
Hayya 'alas
mavsum boyicha


yuklab olish