GithubHelp home page GithubHelp logo

azure-oss-hand-on-lab's Introduction

Azure-oss-hand-on-lab

리소스 그룹 생성

az group create --name user20OsTicketPaaSRG --location "West US"

데이터베이스 생성(PaaS형 MySQL DB)

az mysql server create --resource-group user20OsTicketPaaSRG --name user20osticketsrv01 --location "West US" --admin-user demouser --admin-password demo@pass123 --sku-name B_Gen5_2 --storage-size 51200 --ssl-enforcement Disabled

MySQL접근 권한설정

az mysql server firewall-rule create --resource-group user20OsTicketPaaSRG --server-name user20osticketsrv01 --name Internet --start-ip-address 0.0.0.0 --end-ip-address 255.255.255.255

DB접속 문자열

Database=osTicket; Data Source=user20osticketsrv01.mysql.database.azure.com; User Id=demouser@user20osticketsrv01; Password=demo@pass123

웹앱 만들기 - AppService Plan 생성

az appservice plan create -n OsTicket -g user20OsTicketPaaSRG --is-linux -l "West US" --sku S1 --number-of-workers 1

웹앱 생성

az webapp create -n user20osTicketsystem -g user20OsTicketPaaSRG -p OsTicket -r "php|7.4"

azure-oss-hand-on-lab's People

Watchers

 avatar  avatar

Forkers

epikhigher

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.