Differences between revisions 1 and 2
Revision 1 as of 2018-06-19 03:20:14
Size: 210
Editor: PieterSmit
Comment:
Revision 2 as of 2018-06-26 05:22:42
Size: 629
Editor: PieterSmit
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
 * Run azure
   * https://shell.azure.com/
     {{{
$ azure login
info: Executing command login
- Authenticating...info: To sign in, use a web browser to open the page https://microsoft.com/devicelogin and enter the code HAY8K6VD6 to authenticate.
info: Added subscription Free Trial
+
info: login command OK
pieter@Azure:~$
     }}}
   * Get details {{{
$ az account show
     }}}




Azure Cloud (Microsoft)

  • Powershell on Linux using docker
    •  $ docker pull mcr.microsoft.com/powershell 

    •  $ docker run -it microsoft/powershell 

  • Run azure
    • https://shell.azure.com/

      • $ azure login
        info:    Executing command login
        - Authenticating...info:    To sign in, use a web browser to open the page https://microsoft.com/devicelogin and enter the code HAY8K6VD6 to authenticate.
        info:    Added subscription Free Trial
        +
        info:    login command OK
        pieter@Azure:~$
    • Get details

      $ az account show

...

Azure (last edited 2024-03-04 04:46:47 by PieterSmit)