Skip to content

Commit 2705fe3

Browse files
KarlEricksonselvasingh
authored andcommitted
disable SSL per discussion (#3)
1 parent 1e8aa28 commit 2705fe3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ In addition, you will need the following:
8383
| [Java 8](https://www.azul.com/downloads/azure-only/zulu/)
8484
| [Maven 3](http://maven.apache.org/)
8585
| [Git](https://github.com/)
86-
|
8786

8887
## Getting Started
8988

@@ -395,8 +394,8 @@ az redis create \
395394
--name ${REDIS_CACHE_NAME} \
396395
--resource-group ${RESOURCEGROUP_NAME} \
397396
--location ${REGION_1} \
398-
--vm-size C1 --sku Standard
399-
397+
--vm-size C1 --sku Standard \
398+
--enable-non-ssl-port
400399

401400
az redis show \
402401
--name ${REDIS_CACHE_NAME} \

0 commit comments

Comments
 (0)