mirror of https://github.com/dapr/docs.git
				
				
				
			Update daprdocs/content/en/getting-started/quickstarts/resiliency/resiliency-state-quickstart.md
Signed-off-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									21a7611c2b
								
							
						
					
					
						commit
						c8bac817e7
					
				|  | @ -56,7 +56,7 @@ pip3 install -r requirements.txt | |||
| 
 | ||||
| ### Step 2: Run the application with resiliency enabled | ||||
| 
 | ||||
| Run the `order-processor` service alongside a Dapr sidecar. In the `dapr run` command below the `--config` parameter applies a Dapr configuration that enables the resiliency feature. By enabling resiliency, the resiliency spec located in the components directory is loaded by the `order-processor` sidecar. The resilency spec is: | ||||
| Run the `order-processor` service alongside a Dapr sidecar. In the `dapr run` command below, the `--config` parameter applies a Dapr configuration that enables the resiliency feature. By enabling resiliency, the resiliency spec located in the components directory is loaded by the `order-processor` sidecar. The resilency spec is: | ||||
| 
 | ||||
| - Located in the `components` directory.  | ||||
| - Automatically discovered by the Dapr sidecar when run in standalone mode. | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue