From 6fde38094fdd4e916aa4b5fe7fcabc1172965063 Mon Sep 17 00:00:00 2001 From: Thomas Petchel Date: Tue, 29 Oct 2019 12:44:35 -0700 Subject: [PATCH] Update README.md --- README.md | 41 ++++++++++++++++++++--------------------- 1 file changed, 20 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index 06aa545f..75fc11dc 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,17 @@ page_type: sample languages: - csharp products: +- azure +- azure-devops - dotnet -description: "Add 150 character max description" -urlFragment: "update-this-to-unique-url-stub" +description: "This repository contains starter code for the Automate your deployments with infrastructure as code learning path on Microsoft Learn." +urlFragment: "devops-automate" --- # Official Microsoft Sample +This sample is not yet ready. Please check back soon for details! + -Give a short description for your sample here. What does it do and why is it important? - ## Contents -Outline the file contents of the repository. It helps users navigate the codebase, build configuration and any related assets. - -| File/folder | Description | -|-------------------|--------------------------------------------| -| `src` | Sample source code. | -| `.gitignore` | Define what to ignore at commit time. | -| `CHANGELOG.md` | List of changes to the sample. | -| `CONTRIBUTING.md` | Guidelines for contributing to the sample. | -| `README.md` | This README file. | -| `LICENSE` | The license for the sample. | +| File/folder | Description | +|--------------------------|-------------| +| `Tailspin.SpaceGame.Web` | Application source code.| +| `.gitignore` | Defines what to ignore at commit time. | +| `CODE_OF_CONDUCT.md` | Microsoft Open Source Code of Conduct. | +| `README.md` | This README file. | +| `LICENSE` | The license for the sample. | +| `SECURITY.md` | Guidelines for reporting security issues. | ## Prerequisites -Outline the required components and tools that a user might need to have on their machine in order to run the sample. This can be anything from frameworks, SDKs, OS versions or IDE releases. +- An Azure subscription +- An Azure DevOps account +- Visual Studio Code +- .NET Core 2.1 +- Git +- A GitHub account ## Setup -Explain how to prepare the sample once the user clones or downloads the repository. The section should outline every step necessary to install dependencies and set up any settings (for example, API keys and output folders). - ## Runnning the sample -Outline step-by-step instructions to execute the sample and see its output. Include steps for executing the sample from the IDE, starting specific services in the Azure portal or anything related to the overall launch of the code. - ## Key concepts -Provide users with more context on the tools and services used in the sample. Explain some of the code that is being used and how services interact with each other. - ## Contributing This project welcomes contributions and suggestions. Most contributions require you to agree to a