Skip to content

Commit 0dc4cc7

Browse files
committed
Updated Readme doc
1 parent c9ccd7c commit 0dc4cc7

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -871,7 +871,7 @@ Follow the steps below to provision the AKS cluster and deploy the Claims API mi
871871
# Create a service principal to allow AKS to interact with other Azure resources
872872
# NOTE: Make a note of the appId and password.
873873
# IMPORTANT: Save the appId and password in a file. You will need to use these values
874-
# while executing the hands-on labs in the 'extentions' directory!!
874+
# while executing the hands-on labs in the 'extensions' directory!!
875875
#
876876
$ az ad sp create-for-rbac --skip-assignment
877877
#
@@ -1001,8 +1001,9 @@ Follow the steps below to provision the AKS cluster and deploy the Claims API mi
10011001
# ACR.
10021002
# eg., --set image.repository=<your-acr-repo>.azurecr.io/claims-api
10031003
#
1004-
# - Azure SQL Server DB Connection string in parameter 'sqldb.connectionString'. Remember to substitute the
1005-
# correct values for SQL_SRV_PREFIX, SQL_USER_ID & SQL_USER_PWD.
1004+
# - Azure SQL Server DB Connection string in parameter 'sqldb.connectionString'. Remember to
1005+
# substitute the correct values for SQL_SRV_PREFIX, SQL_USER_ID & SQL_USER_PWD.
1006+
#
10061007
# eg., --set sqldb.connectionString="Server=tcp:#{SQL_SRV_PREFIX}#.database.windows.net;Initial Catalog=ClaimsDB;Persist Security Info=False;User ID=#{SQL_USER_ID}#;Password=#{SQL_USER_PWD}#;MultipleActiveResultSets=False;Encrypt=True;TrustServerCertificate=False;Connection Timeout=30;"
10071008
#
10081009
# - Enable/Set deployment type to 'blue'

extensions/ingest-claims-keda/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ All the steps in this section have to be executed on the Linux VM terminal windo
441441
#
442442
```
443443
444-
## G. Test the zero (Osiris and KEDA) and auto event (KEDA) scalers
444+
## G. Test the HTTP zero (Osiris) and auto event (KEDA) scalers
445445
**Approx. time to complete this section: 30 mins**
446446
447447
Use the shell script `./shell-scripts/create-load.sh` to invoke the Claims HTTP API. Refer to the command snippet below.

0 commit comments

Comments
 (0)