Simon Waight 11/12/2014

Use Azure Management API SDK in an Entity Framework custom database initializer

Read Original

This technical tutorial explains how to override Entity Framework's default database initializer behavior to create Azure SQL databases with specific service tiers (like Standard tier) instead of the deprecated 'Web' tier. It covers required NuGet packages, management certificates, and provides C# code examples for implementing a custom initializer that interacts with the Azure Management API to provision databases programmatically.

Use Azure Management API SDK in an Entity Framework custom database initializer

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week