Skip to content

divyanshujainSquareops/azure-app-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Azure app have 4 type of app service :-

image
  • Web apps = it is use for backend (nodejs)
  • static app = it is for static code like reactjs
  • web app + database = it is for azure database (cosmosdb)
  • word-press on app service = it is for azure wordpress

Create web app by azure devops :-

steps:-

  1. before run create web app manually

  2. create organization :- (org-CI-CD-mern-app) policy->security policies (for make public project (it is benificial to run unlimited free job)

    image
  3. Create Project :- ( project-CI-CD-mern-app)

    image

    create self hosted agent to run job :- mkdir agent ; cd agent wget https://vstsagentpackage.azureedge.net/agent/3.227.2/vstsagent-linux-x64-3.227.2.tar.gz tar zxvf vsts-agent-linux-x64-3.227.2.tar.gz ./config.sh https://dev.azure.com/org-CI-CD-mern-app7xduhef6jimdzhuirgmifpgfznut6ubfb6ueepwvjzzqtemzquma ./run.sh

  4. Create pipeline :- pipeline->choose repo platform(git hub) -> chosse repo -> choose base -> start build

  5. write "azure-pipeine.yml" file :- for deploy web app with enviourmental variable when these steps are complete, your web app ready with backend.

Create web app with azure devops (for backend)

  1. create static app manually :- choose source->other when you create static app
  2. create pipeline and integrate with github/azure repo
  3. write yaml file for automation
  4. run pipeline and your changes autmatically deploy on azurestatic service

Create static app with azure devops

  1. create static app manually :- choose source->other when you create static app
  2. create pipeline and integrate with github/azure repo
  3. write yaml file for automation
  4. run pipeline and your changes autmatically deploy on azurestatic service

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published