Skip to content

Instantly share code, notes, and snippets.

@hardvin
Created April 26, 2016 23:27
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 hardvin/e59684d2bbca0de5f9c854a2bcb41a96 to your computer and use it in GitHub Desktop.
Save hardvin/e59684d2bbca0de5f9c854a2bcb41a96 to your computer and use it in GitHub Desktop.
Crear service Bus power shell
// Ejemplo (No corras este en la consola)
New-AzureSBNamespace -Name [NombreServicebus] -Location "North Europe" -NamespaceType Messaging -CreateACSNamespace $true
// Como lo creé yo (Corre este en la consola, cambia el Name por tu Name)
New-AzureSBNamespace -Name IntegracionCRMIG -Location "North Europe" -NamespaceType Messaging -CreateACSNamespace $true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment