You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/big-data-cluster/reference-azdata.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ The following article provides reference for the `sql` commands in the `azdata`
29
29
|[azdata extension](reference-azdata-extension.md)| Manage and update CLI extensions. |
30
30
|[azdata notebook](reference-azdata-notebook.md)| Commands for viewing, running, and managing notebooks from a terminal. |
31
31
## azdata login
32
-
When your cluster is deployed, it will list the controller endpoint during deployment, which you should use to login. If you do not know the controller endpoint, you may login by having your cluster's kube config on your system in the default location of <userhome>/.kube/config or use the KUBECONFIG env var, i.e. export KUBECONFIG=path/to/.kube/config. When you login, this cluster's namespace will be set to your active context.
32
+
When your cluster is deployed, it will list the controller endpoint during deployment, which you should use to log in. If you do not know the controller endpoint, you may log in by having your cluster's kube config on your system in the default location of <userhome>/.kube/config or use the KUBECONFIG env var, such as export KUBECONFIG=path/to/.kube/config. When you log in, this cluster's namespace will be set to your active context.
33
33
```bash
34
34
azdata login [--auth]
35
35
[--endpoint -e]
@@ -55,11 +55,11 @@ Login using active directory with an explicit principal.
55
55
```bash
56
56
azdata login --auth ad --principal johndoe@COSTOSO.COM --endpoint https://<ip or domain name>:30080
57
57
```
58
-
Log in interactively. Cluster name will always be prompted for if not specified as an argument. If you have the AZDATA_USERNAME, AZDATA_PASSWORD, and ACCEPT_EULA env variables set on your system, these will not be prompted for. If you have the kube config on your system or are using the KUBECONFIG env var to specify the path to the config, the interactive experience will first try to use the config and then prompt you if the config fails.
58
+
Log in interactively. Cluster name will always be prompted for if not specified as an argument. If you have the AZDATA_USERNAME, AZDATA_PASSWORD, and ACCEPT_EULA env variables set on your system, these values will not be prompted for. If you have the kube config on your system or are using the KUBECONFIG env var to specify the path to the config, the interactive experience will first try to use the config and then prompt you if the config fails.
59
59
```bash
60
60
azdata login
61
61
```
62
-
Log in (non-interactively). Log in with cluster name, controller user name, controller endpoint, and EULA acceptance set as arguments. The environment variable AZDATA_PASSWORD must be set. If you do not want to specify the controller endpoint, please have the kube config on your machine in the default location of <userhome>/.kube/config or use the KUBECONFIG env var, i.e. export KUBECONFIG=path/to/.kube/config.
62
+
Log in (non-interactively). Log in with cluster name, controller user name, controller endpoint, and EULA acceptance set as arguments. The environment variable AZDATA_PASSWORD must be set. If you do not want to specify the controller endpoint, have the kube config on your machine in the default location of <userhome>/.kube/config or use the KUBECONFIG env var, such as export KUBECONFIG=path/to/.kube/config.
The authentication strategy. Basic or Active Directory authentication. Default is "basic" authentication.
73
73
#### `--endpoint -e`
74
-
Cluster controller endpoint "https://host:port". If you do not want to use this arg, you may use the kube config on your machine. Please ensure the config is located at the default location of <userhome>/.kube/config or use the KUBECONFIG env var.
74
+
Cluster controller endpoint "https://host:port". If you do not want to use this arg, you may use the kube config on your machine. Ensure the config is located at the default location of <userhome>/.kube/config or use the KUBECONFIG env var.
75
75
#### `--accept-eula -a`
76
76
Do you accept the license terms? [yes/no]. If you do not want to use this arg, you may set the environment variable ACCEPT_EULA to 'yes'. The license terms for this product can be viewed at https://aka.ms/eula-azdata-en.
77
77
#### `--namespace -n`
@@ -88,7 +88,7 @@ Show this help message and exit.
Copy file name to clipboardExpand all lines: docs/ssma/access/connecting-to-azure-sql-db-accesstosql.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ When you define the connection properties, you also specify the database where o
50
50
51
51
2. In the connection dialog box, enter or select the server name of SQL Azure.
52
52
53
-
3. Enter, select or **Browse** the Database name.
53
+
3. Enter, select, or **Browse** the Database name.
54
54
55
55
4. Enter or select **UserName**.
56
56
@@ -63,7 +63,7 @@ When you define the connection properties, you also specify the database where o
63
63
> [!IMPORTANT]
64
64
> SSMA for Access does not support connection to **master** database in SQL Azure.
65
65
66
-
If there are no databases in the SQL Azure account, you can create the very first database using **Create Azure Database** option that appears on the click of **Browse** button.
66
+
If there are no databases in the SQL Azure account, you can create the first database using **Create Azure Database** option that appears on the click of **Browse** button.
67
67
68
68
## Synchronizing SQL Azure Metadata
69
69
Metadata about SQL Azure databases is not automatically updated. The metadata in SQL Azure Metadata Explorer is a snapshot of the metadata when you first connected to SQL Azure, or the last time that you manually updated metadata. You can manually update metadata for all databases, or for any single database or database object.
@@ -83,7 +83,7 @@ If SQL Azure schemas change after you connect, you can refresh metadata from the
83
83
84
84
**To refresh SQL Azure metadata**
85
85
86
-
- In SQL Azure Metadata Explorer, rightclick **Databases**, and then select **Refresh from Database**.
86
+
- In SQL Azure Metadata Explorer, right-click **Databases**, and then select **Refresh from Database**.
87
87
88
88
## Reconnecting to SQL Azure
89
89
Your connection to SQL Azure stays active until you close the project. When you reopen the project, you must reconnect to SQL Azure if you want an active connection to the server. You can work offline until you load database objects into SQL Azure and migrate data.
0 commit comments