Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ handlers= java.util.logging.FileHandler
# Default global logging level.
# This specifies which kinds of events are logged across
# all loggers. For any given facility this global level
# can be overriden by a facility specific level
# can be overridden by a facility specific level
# Note that the ConsoleHandler also has a separate level
# setting to limit messages printed to the console.
.level= INFO
Expand Down
2 changes: 1 addition & 1 deletion quickstarts/canonical/anbox/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ By default, `anbox-cloud-appliance init` (see the linked instructions in the **D

#### Exposing Anbox services to the public internet

The template includes two parameters that allow the user to expose Anbox services running on the VM to the public internet. The first parameter, `exposeAnboxManagementService`, exposes the Anbox Management Service on port 8444. The second parameter, `exposeAnboxContainerServices`, exposes Anbox container services on the port range 10000-11000. When the default arguments for these parameters are not overriden, the Anbox Management Service and any container services will only be accessible from the VM.
The template includes two parameters that allow the user to expose Anbox services running on the VM to the public internet. The first parameter, `exposeAnboxManagementService`, exposes the Anbox Management Service on port 8444. The second parameter, `exposeAnboxContainerServices`, exposes Anbox container services on the port range 10000-11000. When the default arguments for these parameters are not overridden, the Anbox Management Service and any container services will only be accessible from the VM.

## Notes

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ This ARM template is intended to create a **Cosmos DB Account** quickly with the
`Tags : CosmosDB`

## Parameters
The following parameters has default value allowing to deploy the template as-is without providing any parameter but could be overriden at the deployment time :
The following parameters has default value allowing to deploy the template as-is without providing any parameter but could be overridden at the deployment time :

`name` : Name of the Cosmos DB Account, default is a unique string calculated from the "cosmosdb" token and the resource group id.

Expand Down
Loading