Skip to content

Commit

Permalink
"note" syntax changes
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyperkins committed Apr 28, 2022
1 parent 891fddb commit 4aa4619
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/prepare-a-shared-rp-development-environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ locations.
Now create the application:

```bash
// note: for macos change the -w0 option for base64 to -b0
> __NOTE:__: for macos change the -w0 option for base64 to -b0
AZURE_FP_CLIENT_ID="$(az ad app create \
--display-name aro-v4-fp-shared \
--query appId \
Expand Down Expand Up @@ -250,7 +250,7 @@ locations.
OBJ_ID="$(az ad app show --id $AZURE_DBTOKEN_CLIENT_ID --query objectId)"
// NOTE: the graph API requires this to be done from a managed machine
> __NOTE:__: the graph API requires this to be done from a managed machine
az rest --method PATCH \
--uri https://graph.microsoft.com/v1.0/applications/$OBJ_ID/ \
--body '{"api":{"requestedAccessTokenVersion": 2}}'
Expand Down Expand Up @@ -476,7 +476,7 @@ each of the bash functions below.
import_certs_secrets
```
Note: in production, three additional keys/certificates (rp-mdm, rp-mdsd, and
> __NOTE:__: in production, three additional keys/certificates (rp-mdm, rp-mdsd, and
cluster-mdsd) are also required in the $KEYVAULT_PREFIX-svc key vault. These
are client certificates for RP metric and log forwarding (respectively) to
Geneva.
Expand Down Expand Up @@ -508,7 +508,7 @@ each of the bash functions below.
--file secrets/cluster-logging-int.pem
```
Note: in development, if you don't have valid certs for these, you can just
> __NOTE:__: in development, if you don't have valid certs for these, you can just
upload `localhost.pem` as a placeholder for each of these. This will avoid an
error stemming from them not existing, but it will result in logging pods
crash looping in any clusters you make. Additionally, no gateway resources are
Expand Down

0 comments on commit 4aa4619

Please sign in to comment.