Merge branch 'master' into sample-tweaks

This commit is contained in:
Pruthvidhar R Dhodda 2020-04-21 19:45:07 -07:00 committed by GitHub
commit b8c84e2174
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -49,7 +49,7 @@ export class MessageForm extends React.Component {
<form onSubmit={this.handleSubmit}>
<div className="form-group">
<label>Select Message Type</label>
<select value={this.state.messageType} className="custom-select custom-select-lg mb-3" name="messageType" onChange={this.handleInputChange} value={this.state.messageType}>
<select className="custom-select custom-select-lg mb-3" name="messageType" onChange={this.handleInputChange} value={this.state.messageType}>
<option value="A">A</option>
<option value="B">B</option>
<option value="C">C</option>

View File

@ -36,9 +36,10 @@ To run the script, first log into the Azure CLI:
az login
```
Then:
Then ensure you are in the correct subfolder and run this script:
```powershell
cd 6.functions-and-keda
./setup.ps1
```