Skip to content

Commit 723d530

Browse files
committed
Fix typos and grammar error
1 parent 8cd109a commit 723d530

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -178,37 +178,37 @@ The following softwares are required:
178178

179179
### Preparation
180180

181-
1. Downlad the source code.
181+
1. Download the source code.
182182

183183
2. Replace `/webjobs/sync_data/app_only_cert.pfx` with your certificate if you plan to use yours.
184184

185-
3. Start you local MySQL and create a new database **edu**:
185+
3. Start your local MySQL and create a new database **edu**:
186186

187187
```mysql
188188
CREATE SCHEMA `edu` ;
189189
```
190190

191191
4. Configure the following **environment variables**:
192192

193-
- **ClientId**: use the Client Id of the app registration you created earlier.
193+
- **ClientId**: the Client Id of the app registration you created earlier.
194194

195-
- **ClientSecret**: use the Key value of the app registration you created earlier.
195+
- **ClientSecret**: the Key value of the app registration you created earlier.
196196

197-
- **ClientCertificatePath**: path of the certificate. Please use the default value: `app_only_cert.pfx`
197+
- **ClientCertificatePath**: the path of the certificate. Please use the default value: `app_only_cert.pfx`
198198

199-
- **ClientCertificatePassword**: password of the certifcate.
199+
- **ClientCertificatePassword**: the password of the certifcate.
200200

201201
> Note: the **ClientCertificatePath** and **ClientCertificatePassword** variables are only required by the WebJob.
202202
203-
- **SourceCodeRepositoryURL**: use the URL of this repository.
203+
- **SourceCodeRepositoryURL**: the URL of this repository.
204204

205-
- **MySQLHost**/**MySQLPort**: host and port of the MySQL server.
205+
- **MySQLHost**/**MySQLPort**: the host and port of the MySQL server.
206206

207-
- **MySQLUser**/**MySQLPassword**: user and password of the MySQL server.
207+
- **MySQLUser**/**MySQLPassword**: the user and password of the MySQL server.
208208

209209
### Run the web app
210210

211-
1. Open terminal and navigate to the source code folder. Execute the command below:
211+
1. Open the terminal and navigate to the source code folder. Execute the command below:
212212

213213
```sh
214214
pip install -r requirements.txt
@@ -424,7 +424,7 @@ For more information, see [Build a multi-tenant SaaS web application using Azure
424424

425425
**SyncData WebJob**
426426

427-
The sync data WebJob is a standalone Python app. It is located in `/webjobs/sync_data` folder and will be deployed to `/App_Data/jobs/triggered/` folder of the Web App after the deployemnt.
427+
The sync data WebJob is a standalone Python app. It is located in `/webjobs/sync_data` folder and will be deployed to `/App_Data/jobs/triggered/` folder of the Web App after the deployment.
428428

429429
This app was created to demonstrate differential query. Please check [Differential query](differential-query) section for more details.
430430

0 commit comments

Comments
 (0)