Skip to content

Commit

Permalink
update quarkus-azure-key-vault.adoc
Browse files Browse the repository at this point in the history
Signed-off-by: Jianguo Ma <jiangma@microsoft.com>
  • Loading branch information
majguo committed Dec 31, 2024
1 parent 37e5806 commit 3f6463e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/modules/ROOT/pages/quarkus-azure-key-vault.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@ The command creating key vault has assigned all secret permissions(backup, delet
Create a secret **secret1** with value `mysecret`.

[source,shell]
```
----
az keyvault secret set \
--vault-name kvquarkusazurekv0423 \
--name secret1 \
--value mysecret
```
----

If you sign into the http://portal.azure.com/[Azure portal], you can see the key vault you created. Select **Objects** -> **Secrets**, you will find the Secrets page.

Expand Down Expand Up @@ -142,9 +142,10 @@ This is a https://quarkus.io/guides/command-mode-reference[Quarkus CLI applicati

You can build and run the application in development mode using command:

```
[source,shell]
----
quarkus dev
```
----

[source,java]
----
Expand Down

0 comments on commit 3f6463e

Please sign in to comment.