mirror of https://github.com/dapr/quickstarts.git
Merge branch 'master' into sample-tweaks
This commit is contained in:
commit
b8c84e2174
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue