Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 2.85 KB

sql-data-warehouse-create-logical-server.md

File metadata and controls

47 lines (28 loc) · 2.85 KB

Create a new logical SQL server in the Azure portal

  1. Click New, search logical server, and then hit ENTER.

    search logical server

  2. Select SQL server (logical server)

    select logical server

  3. Click Create to open the new SQL Server (logical server) blade.

    open logical server blade logical server blade

  4. In the SQL Server (logical server) blade's server name text box, provide a valid name for the new logical server. A green check mark indicates that you have provided a valid name.

    new server name

    [!IMPORTANT] The fully qualified name for your new server will be <your_server_name>.database.windows.net.

  5. In the Server admin login text box, provide a user name for the SQL authentication login for this server. This login is known as the server principal login. A green check mark indicates that you have provided a valid name.

    SQL admin login

  6. In the Password and Confirm password text boxes, provide a password for the server principal login account. A green check mark indicates that you have provided a valid password.

    SQL admin password

  7. Select a subscription in which you have permission to create objects.

    subscription

  8. In the Resource group text box, select Create new and then, in the resource group text box, provide a valid name for the new resource group (you can also use an existing resource group if you have already created one for yourself). A green check mark indicates that you have provided a valid name.

    new resource group

  9. In the Location text box, select a data center appropriate to your location - such as "Australia East".

    server location

    [!TIP] The checkbox for Allow azure services to access server cannot be changed on this blade. You can change this setting on the server firewall blade. For more information, see Get started with security.

  10. Click Create.

    create button