Home
Projects
Gear
Privacy
Contact Us
GitHub
Code
Our Github Repository
BBAI Backup Cam
Ghost Catcher Cam
Social Distance Desk Ornament
Ultrasonic Security Alarm
R2D2
Coke Drum IoT
Spider Man Web Slinger
Modbus Mega Logger
Ultimate Trike
Clock Crane
Jumbo Laser Etcher
Marshmallow-Rotisserie
Contact Us
ID:
Title:
Lead:
Signature:
<p>Like all my blogs, I'm authoring this more so to help me remember for the future. However, I share with the world in hopes it allows you to have a great basis to start. Here are the simple steps that it takes to make a full blown Azure serverless Webapp framework if you had the permissions to do so in your organization:</p> <ol> <li>Establish Azure DevOps to allow for your Wiki, KanBan, and Source Control. <ol> <li>Go to dev.azure.com</li> <li>Create a free account</li> <li>Click on Repos</li> <li>Scroll to the bottom and Initialize the main Branch</li> </ol> </li> <li>Link your DevOps to your subscription <ol> <li>Go to DevOps and look for Organization Settings</li> <li>Got to Billing-->Set up billing--> Create you a free subscription. If you are a student, you'll get the most for free and not have to use a credit card.</li> <li>After the subscription is made, search out App Services in the Azure Portal and create a new one. Do a static page - this is good for single page apps that talk back to function apps.</li> <li>Go back to your DevOps Repo and Click Setup Build. Choose Existing Azure Pipelines YAML file. Select the file that the portal added for you to connect Dev Ops to the app.</li> </ol> </li> <li>Connect Visual Studio Code to your Repo: <ol> <li>Go to the DevOps Repo.</li> <li>Click Clone and copy the URL it gives to the repo.</li> <li>Go to Visual Studio Code.</li> <li>Click Source Control and then Clone</li> <li>Paste the URL from step 2. It will have you authenticate with your Microsoft credentials.</li> <li>Be sure to create a branch when you develop!</li> </ol> </li> </ol> <p>The first time took me about 5 hours to read and figure it out. After doing one, I made the second in 15 minutes!!!!!! So, the only thing holding you back from making your next amazing corporate app is your ability to sweet talk people into your app vision. At least now you know if they say it can't be done due to how long it takes, they are just stonewalling you with permissions. Good luck!</p> <p>-Sean</p>
View in New Tab
Copied! Use Ctrl-V to paste it back at your terminal.
Close