Skip to content

Commit 29d7cfc

Browse files
authored
fixed note formatting
1 parent 5b13d7b commit 29d7cfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/service-fabric/service-fabric-application-secret-store.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Add the following script to your cluster configuration under `fabricSettings` to
4545
## Declare a secret resource
4646
You can create a secret resource by using the REST API.
4747
> [!NOTE]
48-
> If the cluster is using windows authentication, the REST request is sent over unsecured HTTP channel. The recommendation is to use a X509 based cluster with secure endpoints.
48+
> If the cluster is using windows authentication, the REST request is sent over unsecured HTTP channel. The recommendation is to use a X509 based cluster with secure endpoints.
4949
5050
To create a `supersecret` secret resource by using the REST API, make a PUT request to `https://<clusterfqdn>:19080/Resources/Secrets/supersecret?api-version=6.4-preview`. You need the cluster certificate or admin client certificate to create a secret resource.
5151

0 commit comments

Comments
 (0)