Azure DevOps Demo Generator helps teams create projects on their Team Services account with pre-populated sample content that includes source code, work items, iterations, service endpoints, build and release definitions based on a chosen template
Перейти к файлу
Akshay H 63ff6162ff
Update Web.config with extensive ASP.NET configurations (#1077)
Significantly updated the Web.config file to enhance the ASP.NET application configuration. Key changes include:

- Added XML declaration and comments for guidance.
- Introduced `configSections` for `entityFramework` and `log4net`.
- Configured `log4net` with a `RollingFileAppender` for error logs.
- Added multiple `appSettings` keys for versions and hosts.
- Updated `system.web` settings:
  - Targeted .NET Framework 4.7.
  - Set authentication mode to `None` with forms settings.
  - Enforced SSL for cookies.
  - Enabled custom error pages.
  - Defined namespaces for ASP.NET MVC.
  - Configured session state and added HTTP modules.
  - Configured profile, membership, and role manager providers.
- Updated `system.webServer` settings:
  - Validation for integrated mode.
  - Modules for telemetry and application insights.
  - URL rewrite rules for HTTP to HTTPS redirection.
  - Handlers for extensionless URLs.
- Added `runtime` assembly binding redirects.
- Configured `entityFramework` settings.
- Added authorization settings for specific paths.
- Configured `system.serviceModel` extensions.
- Added a connection string for `DefaultConnection` using LocalDb.

Co-authored-by: aksh-h <akshay.hosur@ecanarys.com>
2024-10-21 21:02:16 +05:30
.github Update codeql.yml 2021-08-25 14:43:59 +05:30
Images Adding Dojo Template (#116) 2019-05-20 16:09:50 +05:30
Report Adding report 2018-05-21 11:11:48 +05:30
_includes Adding Dojo Template (#116) 2019-05-20 16:09:50 +05:30
_layouts Adding Dojo Template (#116) 2019-05-20 16:09:50 +05:30
_posts Adding Dojo Template (#116) 2019-05-20 16:09:50 +05:30
_sass Adding Dojo Template (#116) 2019-05-20 16:09:50 +05:30
docs Update Limitations.md 2022-09-08 10:10:39 +05:30
src Update Web.config with extensive ASP.NET configurations (#1077) 2024-10-21 21:02:16 +05:30
.gitignore update to YAML template (#496) 2021-11-02 10:33:16 +05:30
404.md Markdown Cleanup 2019-09-23 08:35:33 -06:00
CNAME Adding Dojo Template (#116) 2019-05-20 16:09:50 +05:30
CONTRIBUTING.md fixing minor typos (#625) 2022-03-21 10:10:33 +05:30
LICENSE Initial commit 2018-04-09 19:28:03 -07:00
README.md Update README.md 2020-08-03 19:23:56 +05:30
SECURITY.md Microsoft mandatory file (#761) 2022-08-29 18:10:51 +05:30
index.html Adding Dojo Template (#116) 2019-05-20 16:09:50 +05:30
style.scss Adding Dojo Template (#116) 2019-05-20 16:09:50 +05:30

README.md

Azure DevOps Demo Generator

Build status

Release status

About

The Azure DevOps Demo Generator can create projects in your Azure DevOps organization, prepopulated with template-based content including source code, work items, iterations, service endpoints, build and release definitions, and more!

The original purpose of this system is to simplify working with the Azure DevOps hands-on-labs, demos and other education material. But it can also be used to drive your ownAzure DevOps automation utilities, provision your own custom templates, or as a reference for using the Azure DevOps REST APIs.

Getting Started

The Azure DevOps Demo Generator is a hosted service that you can access directly to create template-based projects, via API or as a side effect of the related Azure DevOps hands-on-labs.

The following docs provide additional information:

Contributions

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.microsoft.com.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

For more information on contributing, please visit the contributor guide.