Skip to content

Homework

Congratulations on completing the workshop! To solidify your learning and explore additional concepts, here are some homework exercises and extended projects.

Take Home Challenge: Deploying the application on Azure

If you have achieved all previous steps, including the containerization, try deploying your application on Azure. For this you will need an Azure account and the GitHub Copilot for Azure extension which will help you ask questions and get guidance for deployment.

Extension Page for GitHub Copilot for Azure

  1. Use @azure after signing into your Azure account to ask how to deploy the containerized C# application
  2. Use one of the suggested services for deployment, for example, Azure Container Apps or Azure App Service, to deploy the container
  3. Verify your container is deployed and working

By the end, ensure you cleanup and remove any and all resources to prevent unneeded cloud charges to your account.