Mmm, software
Showing posts with label
deploy
.
Show all posts
Showing posts with label
deploy
.
Show all posts
Tuesday, June 21, 2016
PowerShell script to execute an Entity Framework Migration
›
I got sick and tired of coming up with hacks for including Entity Framework migrations as part of my deployment processes, so I came up with...
Wednesday, March 30, 2016
Updating your Azure AD Application Manifest
›
We've recently found that as we develop more applications in Azure, we need to put safeguards on the deployment of the applications to e...
Monday, October 05, 2015
SqlPackage.exe fails to deploy to Azure with error "The database platform service with type Microsoft.Data.Tools.Schema.Sql.SqlAzureV12DatabaseSchemaProvider is not valid."
›
I've recently started trying to deploy to one of my own databases in Azure using SqlPackage.exe. I've used it numerous times at work...
Tuesday, August 25, 2015
Parameterizing ApplicationInsights.config
›
I've been working on a lot of web applications in Azure recently, and we're using Application Insights to analyze logs and instrumen...
2 comments:
Wednesday, August 19, 2015
A really quick note about deploying SQL Server .dacpac files to SQL Azure
›
When you're using SqlPackage.exe to deploy a .dacpac to Azure, you must have access to the 'master' table in order for the tool ...
Tuesday, August 18, 2015
Debugging database deployments with MSDeploy and SqlPackage
›
I recently had problems deploying a database to Azure, and thanks to this article , I now know why. The best part of this experience is that...
›
Home
View web version