Hi @Gopi Krishna Thotakura
If you are unable to save Application Firewall rules after setting the Max Client Connection Lifetime in Azure Web PubSub, this may be due to a known limitation or bug in the Azure portal. The Max Client Connection Lifetime determines how long a client connection can stay active before needing to reconnect, with valid values ranging from 0 (to disable the limit) up to 604800 seconds (7 days). Using incorrect or unsupported values can cause saving issues.
As outlined in Microsoft documentation, this setting is part of the Application Firewall for Azure Web PubSub, which helps manage connections and messages through policies. You can set maxClientConnectionLifetimeInSeconds using ARM templates or Bicep files, as described in the Microsoft.SignalRService/webPubSub resource schema.
If the Azure Portal UI is causing problems, try configuring the setting via ARM template deployment or Azure CLI as an alternative.
Let me know if you have any further assistance needed.