Skip to content

Fix typo: configruation/confiuguration/configuraiton -> configuration #14447

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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 @@ -539,7 +539,7 @@ exit 0
#echo "session required pam_limits.so" >> /etc/pam.d/sudo

#--------------- TEMP (We will use this for the update path yet) ---------------
#Updating the properties in the existing configuraiton has been a bit sensitve and requires more testing
#Updating the properties in the existing configuration has been a bit sensitve and requires more testing
#sed -i -e "/cluster\.name/s/^#//g;s/^\(cluster\.name\s*:\s*\).*\$/\1${CLUSTER_NAME}/" /etc/elasticsearch/elasticsearch.yml
#sed -i -e "/bootstrap\.mlockall/s/^#//g;s/^\(bootstrap\.mlockall\s*:\s*\).*\$/\1true/" /etc/elasticsearch/elasticsearch.yml
#sed -i -e "/path\.data/s/^#//g;s/^\(path\.data\s*:\s*\).*\$/\1${DATAPATH_CONFIG}/" /etc/elasticsearch/elasticsearch.yml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ exit 0
#echo "session required pam_limits.so" >> /etc/pam.d/sudo

#--------------- TEMP (We will use this for the update path yet) ---------------
#Updating the properties in the existing configuraiton has been a bit sensitve and requires more testing
#Updating the properties in the existing configuration has been a bit sensitve and requires more testing
#sed -i -e "/cluster\.name/s/^#//g;s/^\(cluster\.name\s*:\s*\).*\$/\1${CLUSTER_NAME}/" /etc/elasticsearch/elasticsearch.yml
#sed -i -e "/bootstrap\.mlockall/s/^#//g;s/^\(bootstrap\.mlockall\s*:\s*\).*\$/\1true/" /etc/elasticsearch/elasticsearch.yml
#sed -i -e "/path\.data/s/^#//g;s/^\(path\.data\s*:\s*\).*\$/\1${DATAPATH_CONFIG}/" /etc/elasticsearch/elasticsearch.yml
Expand Down
2 changes: 1 addition & 1 deletion demos/vmss-windows-webapp-dsc-autoscale/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ languages:
[![Deploy To Azure US Gov](https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/1-CONTRIBUTION-GUIDE/images/deploytoazuregov.svg?sanitize=true)](https://portal.azure.us/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2Fdemos%2Fvmss-windows-webapp-dsc-autoscale%2Fazuredeploy.json)
[![Visualize](https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/1-CONTRIBUTION-GUIDE/images/visualizebutton.svg?sanitize=true)](http://armviz.io/#/?load=https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2Fdemos%2Fvmss-windows-webapp-dsc-autoscale%2Fazuredeploy.json)

The following template deploys a Windows VM Scale Set (VMSS) running an IIS .NET MVC application integrated with Azure autoscale. This template can be used to demonstrate initial rollout and confiuguration with the VMSS PowerShell DSC extension, as well as the process to upgrade an application already running on a VMSS.
The following template deploys a Windows VM Scale Set (VMSS) running an IIS .NET MVC application integrated with Azure autoscale. This template can be used to demonstrate initial rollout and configuration with the VMSS PowerShell DSC extension, as well as the process to upgrade an application already running on a VMSS.

## VMSS initial deployment

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Execute this main file to depoy Azure AI studio resources in the basic agent configuraiton wit Managed Identity
// Execute this main file to depoy Azure AI studio resources in the basic agent configuration wit Managed Identity

// Parameters
@minLength(2)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Execute this main file to depoy Azure AI studio resources in the basic security configuraiton
// Execute this main file to depoy Azure AI studio resources in the basic security configuration

// Parameters
@minLength(2)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Execute this main file to depoy Azure AI Foundry resources in the basic security configuraiton
// Execute this main file to depoy Azure AI Foundry resources in the basic security configuration

// Parameters
@minLength(2)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Execute this main file to depoy Azure AI Foundry resources in the basic security configuraiton
// Execute this main file to depoy Azure AI Foundry resources in the basic security configuration

// Parameters
@minLength(2)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Execute this main file to depoy Azure AI studio resources in the basic security configuraiton
// Execute this main file to depoy Azure AI studio resources in the basic security configuration

// Parameters
@minLength(2)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ module avnm 'modules/avnm.bicep' = {
}

//
// In order to deploy a Connectivity or Security configruation, the /commit endpoint must be called or a Deployment created in the Portal.
// In order to deploy a Connectivity or Security configuration, the /commit endpoint must be called or a Deployment created in the Portal.
// This DeploymentScript resource executes a PowerShell script which calls the /commit endpoint and monitors the status of the deployment.
//
module deploymentScriptConnectivityConfigs 'modules/avnmDeploymentScript.bicep' = {
Expand Down
Loading