Skip to content

Commit 386588c

Browse files
committed
acrolinx
1 parent 6f1d0f8 commit 386588c

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

docs/big-data-cluster/reference-azdata.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The following article provides reference for the `sql` commands in the `azdata`
2929
|[azdata extension](reference-azdata-extension.md) | Manage and update CLI extensions. |
3030
|[azdata notebook](reference-azdata-notebook.md) | Commands for viewing, running, and managing notebooks from a terminal. |
3131
## 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 <user home>/.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 <user home>/.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.
3333
```bash
3434
azdata login [--auth]
3535
[--endpoint -e]
@@ -55,11 +55,11 @@ Login using active directory with an explicit principal.
5555
```bash
5656
azdata login --auth ad --principal johndoe@COSTOSO.COM --endpoint https://<ip or domain name>:30080
5757
```
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.
5959
```bash
6060
azdata login
6161
```
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 <user home>/.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 <user home>/.kube/config or use the KUBECONFIG env var, such as export KUBECONFIG=path/to/.kube/config.
6363
```bash
6464
azdata login --namespace ClusterName --username johndoe@contoso.com --endpoint https://<ip or domain name>:30080 --accept-eula yes
6565
```
@@ -71,7 +71,7 @@ azdata login -n ClusterName
7171
#### `--auth`
7272
The authentication strategy. Basic or Active Directory authentication. Default is "basic" authentication.
7373
#### `--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 <user home>/.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 <user home>/.kube/config or use the KUBECONFIG env var.
7575
#### `--accept-eula -a`
7676
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.
7777
#### `--namespace -n`
@@ -88,7 +88,7 @@ Show this help message and exit.
8888
#### `--output -o`
8989
Output format. Allowed values: json, jsonc, table, tsv. Default: json.
9090
#### `--query -q`
91-
JMESPath query string. See [http://jmespath.org/](http://jmespath.org) for more information and examples.
91+
JMESPath query string. For more information, see [http://jmespath.org/](http://jmespath.org) for more information and examples.
9292
#### `--verbose`
9393
Increase logging verbosity. Use --debug for full debug logs.
9494
## azdata logout
@@ -109,7 +109,7 @@ Show this help message and exit.
109109
#### `--output -o`
110110
Output format. Allowed values: json, jsonc, table, tsv. Default: json.
111111
#### `--query -q`
112-
JMESPath query string. See [http://jmespath.org/](http://jmespath.org) for more information and examples.
112+
JMESPath query string. For more information, see [http://jmespath.org/](http://jmespath.org) for more information and examples.
113113
#### `--verbose`
114114
Increase logging verbosity. Use --debug for full debug logs.
115115

docs/ssma/access/connecting-to-azure-sql-db-accesstosql.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ When you define the connection properties, you also specify the database where o
5050

5151
2. In the connection dialog box, enter or select the server name of SQL Azure.
5252

53-
3. Enter, select or **Browse** the Database name.
53+
3. Enter, select, or **Browse** the Database name.
5454

5555
4. Enter or select **UserName**.
5656

@@ -63,7 +63,7 @@ When you define the connection properties, you also specify the database where o
6363
> [!IMPORTANT]
6464
> SSMA for Access does not support connection to **master** database in SQL Azure.
6565
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.
6767

6868
## Synchronizing SQL Azure Metadata
6969
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
8383

8484
**To refresh SQL Azure metadata**
8585

86-
- In SQL Azure Metadata Explorer, right click **Databases**, and then select **Refresh from Database**.
86+
- In SQL Azure Metadata Explorer, right-click **Databases**, and then select **Refresh from Database**.
8787

8888
## Reconnecting to SQL Azure
8989
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

Comments
 (0)