# Update Management API Configuration
# Steps to Change lastKnownStateSettings from TSI to Redis
- Connect Vnet
- More information on Virtual Network Peering
Log into the jump box
Go to data access app service
Sample curl to execute
curl -X PUT
"https://abidasvcasist02eunops.abiaseist02eunops.appserviceenvironment.net/api/v1/management/Configuration"
-H "accept: application/json" -H "Content-Type: application/json-patch+json"
-d "{ \"configuration\": { \"dataAccessSettings\": {
\"lastKnownStateSettings\": { \"provider\": \"redis\" } } }}"