Skip to content

Commit 23f72aa

Browse files
committed
content: update llm post
1 parent 5f2b64f commit 23f72aa

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

src/content/blog/secure-llm-connections.mdx

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -381,14 +381,20 @@ that we can use to securely access the OpenAI service over Azure Private Link.
381381

382382
![Azure private endpoint](/blog/secure-llm-connections/azure-ai-private-endpoint.png)
383383

384+
The reason we're using the Azure OpenAI service here is [because of the level
385+
of isolation and privacy Azure OpenAI is able to offer](https://learn.microsoft.com/en-us/legal/cognitive-services/openai/data-privacy?tabs=azure-portal).
386+
Our data isn't available to other customers, isn't shared with OpenAI, and isn't
387+
used to improve models.
388+
384389
## Setup Ockam
385390

386391
<CodeTour>
387392

388393
### !!steps
389394

390-
The first step to using Ockam is installing it on your local workstation and
391-
enrolling yourself and that workstation as an administrator of your project.
395+
The first step to using Ockam is [signing up and creating a new account](https://www.ockam.io/signup
396+
). Once you're signed up, you can install Ockam Command on your local workstation and
397+
enroll that workstation as an administrator of your project.
392398

393399
```bash ! tour
394400
curl --proto '=https' --tlsv1.2 -sSfL \

0 commit comments

Comments
 (0)