File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
extensions/ingest-claims-keda Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -871,7 +871,7 @@ Follow the steps below to provision the AKS cluster and deploy the Claims API mi
871
871
# Create a service principal to allow AKS to interact with other Azure resources
872
872
# NOTE: Make a note of the appId and password.
873
873
# 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!!
875
875
#
876
876
$ az ad sp create-for-rbac --skip-assignment
877
877
#
@@ -1001,8 +1001,9 @@ Follow the steps below to provision the AKS cluster and deploy the Claims API mi
1001
1001
# ACR.
1002
1002
# eg., --set image.repository=<your-acr-repo>.azurecr.io/claims-api
1003
1003
#
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
+ #
1006
1007
# 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;"
1007
1008
#
1008
1009
# - Enable/Set deployment type to 'blue'
Original file line number Diff line number Diff line change @@ -441,7 +441,7 @@ All the steps in this section have to be executed on the Linux VM terminal windo
441
441
#
442
442
` ` `
443
443
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
445
445
** Approx. time to complete this section: 30 mins**
446
446
447
447
Use the shell script ` ./shell-scripts/create-load.sh` to invoke the Claims HTTP API. Refer to the command snippet below.
You can’t perform that action at this time.
0 commit comments