@@ -26,22 +26,21 @@ Refer to the <<installation>> page to learn more.
2626[discrete]
2727=== Connecting
2828
29- You can connect to the Elastic Cloud using an API key and the Elasticsearch
30- endpoint .
29+ You can connect to the Elastic Cloud using an API key and your Elasticsearch
30+ Cloud ID .
3131
3232[source,net]
3333----
3434var client = new ElasticsearchClient("<CLOUD_ID>", new ApiKey("<API_KEY>"));
3535----
3636
37- Your Elasticsearch endpoint can be found on the **My deployment** page of your
38- deployment:
37+ You can find your Elasticsearch Cloud ID on the deployment page:
3938
40- image::images/es-endpoint .jpg[alt="Finding Elasticsearch endpoint ",align="center"]
39+ image::images/es-cloudid .jpg[alt="Cloud ID on the deployment page ",align="center"]
4140
42- You can generate an API key on the **Management** page under Security.
43- 44- image::images/ create-api-key.png[alt="Create API key",align="center"]
41+ To generate an API key, use the
42+ https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-create-api-key.html[Elasticsearch Create API key API]
43+ or https://www.elastic.co/guide/en/kibana/current/api-keys.html# create-api-key[Kibana Stack Management].
4544
4645For other connection options, refer to the <<connecting>> section.
4746
@@ -158,4 +157,4 @@ var response = await client.Indices.DeleteAsync("my_index");
158157== Further reading
159158
160159* Refer to the <<recommendations>> page to learn more about how to use the
161- client the most efficiently.
160+ client the most efficiently.
0 commit comments