Skip to content

Instantly share code, notes, and snippets.

@gbellmann
Created April 23, 2015 03:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gbellmann/d594b3f5b1b4b4087156 to your computer and use it in GitHub Desktop.
Save gbellmann/d594b3f5b1b4b4087156 to your computer and use it in GitHub Desktop.
{
"name" : "miorigendedatossql",
"type" : "azuresql",
"credentials" : { "connectionString" : "Server=tcp:<tu servidor>.database.windows.net,1433;Database=<tu base de datos>;User ID=<tu nombre de usuario>;Password=<tu contraseña>;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;" },
"container" : { "name" : "Peliculas" }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment