-2

It may be a simple question but I need some direction or idea on the below,

I'm new to deployment process and I started the deployment like deploying the code changes (asp.net + sql server) to various environment (QA, UAT and Staging). so far, we didn't have any documents but I heard that all these will be documented in Release Management Document. So, can you please share me any template for release management and also the topics need to be covered in the document. If you can share me then it will be great help for me.

If the term used is wrong please correct me. so, they expectation is need to prepare a document which talks about the release so can you please share me a template or topics need to be covered?

Daniel Mann
  • 57,011
  • 13
  • 100
  • 120
ps_prakash02
  • 543
  • 4
  • 18

1 Answers1

0

Regarding SQL Server deployment, if you are using database project, you can deploy your database using DACPACs through Azure SQL Database Deployment or Deploy SQL Dacpac Deployment Group tasks.

More information, you can refer to Build your SQL server database.

Regarding deploy ASP.NET app, you can deploy it through Azure App Service or IIS Website Deployment tasks.

More information, you can refer to: Build your ASP.NET 4 app.

On the other hand, there are various environments, so you can create multiple environments in Release for different environments. More information about VSTS release, you can refer to: What is Release Management?

starian chen-MSFT
  • 33,174
  • 2
  • 29
  • 53
  • thank you. I'm able to deploy the application and db changes to respective environments but the expectation is a document named as Release Management Document. I'm not sure, what are topics need to be covered in that document. any inputs on that will be more helpful – ps_prakash02 Feb 16 '18 at 13:18
  • The article of "What is Release Management?" is the official article. I'd suggest that you ask specific question in a thread. – starian chen-MSFT Feb 19 '18 at 01:56