Giter Site home page Giter Site logo

ignite-learning-paths's Introduction

Ignite Learning Paths Moved

This repo and resoruces have been moved to https://github.com/microsoft/ignite-learning-paths-training

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.

ignite-learning-paths's People

Contributors

amynic avatar cassiebreviu avatar cheahengsoon avatar codemillmatt avatar damovisa avatar deanobalino avatar emilyfreeman avatar fboucher avatar jaydestro avatar jeremylikness avatar lbugnion avatar mdragt avatar microsoft-github-policy-service[bot] avatar microsoftopensource avatar msftgits avatar neilpeterson avatar revodavid avatar scotty-c avatar sethjuarez avatar shwars avatar toolboc avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ignite-learning-paths's Issues

Apps40 steps not very clear

A few questions in Apps 40:

  1. The service principal Id and Password is get from az ad sp create-for-rbac ?ServicePrincipalID Refer to appid or name ?
  2. After done the deployment , the container status always fail.
  3. I can't find the Connection Information like shown in screenshot , is that we need to wait until finish deployment?
  4. How we can navigate to Running scale demo,Network policy and Availability zones, the step not clear?

Updated on 27 November 2019.

Application error after setup for APPS 30

after I follow steps by step for APPS30, the application shown me the error below.
Docker Error

Here with my step by step command

1. Create Resource group
az group create --subscription "Microsoft Azure Sponsorship 2019-2020" --name 002igniteapps30 --location eastus

2.VNET Creation
az network vnet create --name 002igniteapps30vnet --subscription  "Microsoft Azure Sponsorship 2019-2020" --resource-group 002igniteapps30 --subnet-name default

3.Create MS SQL Azure Server and then DB (portal)
az sql server create --location eastus --resource-group 002igniteapps30 --name 002igniteapps30db --admin-user 002igniteapps30admin --admin-password yjtham251314@ --subscription "Microsoft Azure Sponsorship 2019-2020"
az sql server firewall-rule create --resource-group 002igniteapps30 --server 002igniteapps30db --name azure --start-ip-address 0.0.0.0 --end-ip-address 0.0.0.0 --subscription "Microsoft Azure Sponsorship 2019-2020"
az sql db create --resource-group 002igniteapps30 --server 002igniteapps30db --name tailwind --subscription "Microsoft Azure Sponsorship 2019-2020"

4.Create Azure Cosmos DB instance (portal)
az cosmosdb create --name 002igniteapps30cosmodb --resource-group 002igniteapps30 --kind MongoDB --subscription "Microsoft Azure Sponsorship 2019-2020" 

5.Create Azure Container Registry
az acr create --resource-group 002igniteapps30 --name 002igniteapps30acr --sku Basic --subscription  "Microsoft Azure Sponsorship 2019-2020" --admin-enabled true

6. Clone the repo in cloud shell
mkdir 002igniteapps30
git clone https://github.com/anthonychu/TailwindTraders-Website.git 002igniteapps30/ 
cd 002igniteapps30/Source/Tailwind.Traders.Web
git checkout monolith 

7.Create app service plan
az appservice plan create --name 002igniteapps30plan --resource-group 002igniteapps30 --sku B1 --is-linux --subscription  "Microsoft Azure Sponsorship 2019-2020"

8. Build and push container
az acr build --subscription  "Microsoft Azure Sponsorship 2019-2020" --registry 002igniteapps30acr --image twtapp:v1 .

9. Create web app
az webapp create  --subscription  "Microsoft Azure Sponsorship 2019-2020" --resource-group 002igniteapps30 --plan 002igniteapps30plan --name 002twtwebapp30 --deployment-container-image-name 002igniteapps30acr.azurecr.io/twtapp:v1

and also my configuration
Config

I had try a few time, the error still same.

Clarifications in Tailwind OPS LP Deployment

A couple of suggested notes to add in readme.md:

  • Certain steps require specific services that can't be deployed in an MSDN subscription, or are unavailable in certain regions. Would be good to call out the components used and to recommend an appropriate region

  • Before provisioning, use az account set --subscription to target deployment steps to correct subscription

SECO path?

Hi,

I've attended the Paris event and can't find the SECO learning path slides.

Could you help out please?

Cheers

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.