Giter Site home page Giter Site logo

deploying-and-running-java-applications-in-azure-spring-apps's Introduction

INF99X: Sample Course

What are we doing?

  • To support this course, we will need to make frequent updates to the course content to keep it current with the Azure services used in the course. We are publishing the lab instructions and lab files on GitHub to allow for open contributions between the course authors and MCTs to keep the content current with changes in the Azure platform.

  • We hope that this brings a sense of collaboration to the labs like we've never had before - when Azure changes and you find it first during a live delivery, go ahead and make an enhancement right in the lab source. Help your fellow MCTs.

How should I use these files relative to the released MOC files?

  • The instructor handbook and PowerPoints are still going to be your primary source for teaching the course content.

  • These files on GitHub are designed to be used in conjunction with the student handbook, but are in GitHub as a central repository so MCTs and course authors can have a shared source for the latest lab files.

  • It will be recommended that for every delivery, trainers check GitHub for any changes that may have been made to support the latest Azure services, and get the latest files for their delivery.

What about changes to the student handbook?

  • We will review the student handbook on a quarterly basis and update through the normal MOC release channels as needed.

How do I contribute?

  • Any MCT can submit a pull request to the code or content in the GitHub repro, Microsoft and the course author will triage and include content and lab code changes as needed.

  • You can submit bugs, changes, improvement and ideas. Find a new Azure feature before we have? Submit a new demo!

Notes

Classroom Materials

It is strongly recommended that MCTs and Partners access these materials and in turn, provide them separately to students. Pointing students directly to GitHub to access Lab steps as part of an ongoing class will require them to access yet another UI as part of the course, contributing to a confusing experience for the student. An explanation to the student regarding why they are receiving separate Lab instructions can highlight the nature of an always-changing cloud-based interface and platform. Microsoft Learning support for accessing files on GitHub and support for navigation of the GitHub site is limited to MCTs teaching this course only.

deploying-and-running-java-applications-in-azure-spring-apps's People

Contributors

arvin166 avatar bappadityams avatar bradjoseph avatar hieumoscow avatar jelledruyts avatar labspring0311 avatar mpolicht avatar polichtm avatar saragluna avatar thegovind avatar vermegi avatar waltermyersiii avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

deploying-and-running-java-applications-in-azure-spring-apps's Issues

https://github.com/MicrosoftLearning/Deploying-and-Running-Java-Applications-in-Azure-Spring-Apps/blob/master/Instructions/Labs/ASA-E/LAB_01_plan_migrating_to_asc.md

Lab: 01

Description of issue - Items identified in QA


- In Task 'Examine the application components based on the information provided in its GitHub repository': The following URLs did not seem to function as desired. Current URL listed first, followed by recommended updated URL:


[starting services locally without Docker](https://github.com/MicrosoftLearning/Deploying-and-Running-Java-Applications-in-Azure-Spring-Apps/blob/MicrosoftLearning/master/src/README.md#starting-services-locally-without-docker)
[starting services locally without Docker](https://github.com/MicrosoftLearning/Deploying-and-Running-Java-Applications-in-Azure-Spring-Apps/blob/master/src/README.md#starting-services-locally-without-docker)
[Starting services locally with docker-compose](https://github.com/MicrosoftLearning/Deploying-and-Running-Java-Applications-in-Azure-Spring-Apps/blob/MicrosoftLearning/master/src/README.md#starting-services-locally-with-docker-compose)
[Starting services locally with docker-compose](https://github.com/MicrosoftLearning/Deploying-and-Running-Java-Applications-in-Azure-Spring-Apps/blob/master/src/README.md#starting-services-locally-with-docker-compose)
[Starting services locally with docker-compose and Java](https://github.com/MicrosoftLearning/Deploying-and-Running-Java-Applications-in-Azure-Spring-Apps/blob/MicrosoftLearning/master/src/README.md#starting-services-locally-with-docker-compose-and-java)
[Starting services locally with docker-compose and Java](https://github.com/MicrosoftLearning/Deploying-and-Running-Java-Applications-in-Azure-Spring-Apps/blob/master/src/README.md#starting-services-locally-with-docker-compose-and-java)

https://github.com/MicrosoftLearning/Deploying-and-Running-Java-Applications-in-Azure-Spring-Apps/blob/master/Instructions/Labs/ASA-E/LAB_04b_passwordless_asa.md

Lab: 04b

Description of issue - Items identified in QA


- In Task 'Create an admin account for the MySQL Flexible Server': The following URL references Azure AD, and should likely be updated to reflect Entra instead. Current URL listed first, followed by recommended updated URL:

[Set up Azure Active Directory authentication for Azure Database for MySQL - Flexible Server](https://learn.microsoft.com/azure/mysql/flexible-server/how-to-azure-ad)
[Set up Microsoft Entra authentication for Azure Database for MySQL - Flexible Server](https://learn.microsoft.com/azure/mysql/flexible-server/how-to-azure-ad)

- In Task 'Create service connections from the microservices to the database server', Step 5: The new connection failed to validate initially, and this may be because resource provider Microsoft.ServiceLinker was not registered before running the command. It might be recommended to add a step immediately previous to proactively register it:

az provider register --namespace Microsoft.ServiceLinker
az provider show -n Microsoft.ServiceLinker --query registrationState

Another possibility, one can manually validate in the Azure UI via the Settings > Service Connector menu option, click the 'the active deployment page' link at the top of page, and then selecting and validating manually from there works as expected:

image

https://github.com/MicrosoftLearning/Deploying-and-Running-Java-Applications-in-Azure-Spring-Apps/blob/master/Instructions/Labs/ASA-E/LAB_06_implement_event_support_asc.md

Lab: 06

Description of issue - Items identified in QA


- In Task 'Update an existing microservice to receive Event Hub events', Step 3: I was unable to get the referenced 'az storage container create' command to work successfully, and unfortunately was unable to determine the root-cause for failure. Hopefully the CO can dig deeper for solution to this issue.

In order to proceed, I was able to easily create the storage account manually through the Azure UI.

https://github.com/MicrosoftLearning/Deploying-and-Running-Java-Applications-in-Azure-Spring-Apps/blob/master/Instructions/Labs/ASA-E/LAB_05_implement_messaging_asc.md

Lab: 05

Description of issue - Items identified in QA


- In Task 'Create Azure Service Bus resources', Step 5: The application.yml URL is broken. Current URL listed first, followed by recommended updated URL:

https://github.com/MicrosoftLearning/Deploying-and-Running-Java-Applications-in-Azure-Spring-Apps/blob/master/Instructions/config/05_application.yml
https://github.com/MicrosoftLearning/Deploying-and-Running-Java-Applications-in-Azure-Spring-Apps/blob/master/config/05_application.yml

- In Task 'Test the messaging functionality': The URL no longer has '(Preview)' in title. Current URL listed first, followed by recommended updated URL:

[Use Service Bus Explorer to run data operations on Service Bus (Preview)](https://docs.microsoft.com/azure/service-bus-messaging/explorer)
[Use Service Bus Explorer to run data operations on Service Bus](https://docs.microsoft.com/azure/service-bus-messaging/explorer)

- In Task 'Test the messaging functionality', Step 17: The text says:

Select Service Bus Explorer (Preview) and select Peek from start.

Service Bus Explorer is no longer labelled as '(Preview)', and text could be changed to:

Select Service Bus Explorer and select Peek from start.

https://github.com/MicrosoftLearning/Deploying-and-Running-Java-Applications-in-Azure-Spring-Apps/blob/master/Instructions/Labs/ASA-E/LAB_02_migrate_to_asc.md

Lab: 02

Description of issue - Items identified in QA


- In Task 'Instructions': The following URL did not seem to function as desired. Current URL listed first, followed by recommended updated URL:

[install instructions](../../install.md)
[install instructions](../../../install.md)

- In Task 'Set up the config repository', Step 3: text says:

At the bottom of the vertical navigation menu, select Developer settings, select Personal access tokens, and then select Generate new token.

Github UI has changed slightly, and might be updated to read:

At the bottom of the vertical navigation menu, select Developer settings, select Personal access tokens, select Tokens (classic), and then select the Generate new token drop-down and option Generate new token (classic).

Challenge 02: Migrate a Spring Apps application to Azure: Credit Card Required to get started with this lab (for Azure Spring Apps Enterprise)

Module: 0?

Lab/Demo: 02

Task: 'Create an Azure Spring Apps Enterprise service'

Step: 10

Description of issue

Credit Card appears to be required to utilize the Enterprise SKU of Azure Spring Apps called for in that step:
image

Repro steps:

  1. Follow lab steps as-written, attempt to use a new Azure Pass, receive error above.

  2. I was unable to find a workaround, is there a method one can use to take this course without a Credit Card being required?

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.