Keycloak on azure app service

Hi,
Runnig keycloak on Azure Web App with 2 nodes and trying to configure KC_CACHE_STACK=azure. I get som errors on startup. What am I missing?

Using:
keycloak:26.0 (quay.io)
azure-storage-8.6.6
jgroups-azure-2.0.2.Final

Getting this error on startup:
Error while trying to create a channel using the specified configuration ‘[TCP(bundler.max_size=64000, sock_conn_timeout=300, linger=-1, thread_pool.keep_alive_time=60000, diag.enabled=false, bind_port=7800, thread_naming_pattern=pl, non_blocking_sends=false, thread_pool.thread_dumps_threshold=10000, send_buf_size=640k, thread_pool.max_threads=200, use_virtual_threads=false, bundler_type=transfer-queue, thread_pool.min_threads=0), RED(), azure.AZURE_PING(container=########, num_discovery_runs=3, storage_account_name=########, storage_access_key=#########), MERGE3(max_interval=30000, min_interval=10000), FD_SOCK2(offset=50000), FD_ALL3(), VERIFY_SUSPECT2(timeout=1000), pbcast.NAKACK2(xmit_interval=200, xmit_table_num_rows=50, resend_last_seqno=true, use_mcast_xmit=false, xmit_table_msgs_per_row=1024, xmit_table_max_compaction_time=30000), UNICAST3(conn_close_timeout=5000, xmit_interval=200, xmit_table_num_rows=50, xmit_table_msgs_per_row=1024, xmit_table_max_compaction_time=30000), pbcast.STABLE(desired_avg_gossip=5000, max_bytes=1M), pbcast.GMS(join_timeout=2000, print_local_addr=false), UFC(min_threshold=0.40, max_credits=4m), MFC(min_threshold=0.40, max_credits=4m), FRAG4(frag_size=60000)]’

ERROR: JGRP000001: configuration error: the following properties in TCP are not recognized: {bundler.max_size=64000, diag.enabled=false, non_blocking_sends=false, thread_pool.thread_dumps_threshold=10000, use_virtual_threads=false}

Regards
Emil

If i change to UDP I get:

Error while trying to create a channel using the specified configuration ‘[UDP(bundler.max_size=64000, ucast_send_buf_size=1m, mcast_port=46655, thread_pool.keep_alive_time=60000, ucast_recv_buf_size=20m, diag.enabled=false, bind_port=0, thread_naming_pattern=pl, mcast_recv_buf_size=25m, ip_ttl=2, thread_pool.thread_dumps_threshold=10000, mcast_addr=239.6.7.8, thread_pool.max_threads=200, use_virtual_threads=false, bundler_type=transfer-queue, tos=0, mcast_send_buf_size=1m, thread_pool.min_threads=0), RED(), PING(num_discovery_runs=3), MERGE3(max_interval=30000, min_interval=10000), FD_SOCK2(offset=50000), FD_ALL3(), VERIFY_SUSPECT2(timeout=1000), pbcast.NAKACK2(xmit_interval=100, xmit_table_num_rows=50, resend_last_seqno=true, xmit_table_msgs_per_row=1024, xmit_table_max_compaction_time=30000), UNICAST3(xmit_interval=100, xmit_table_num_rows=50, xmit_table_msgs_per_row=1024, xmit_table_max_compaction_time=30000), pbcast.STABLE(desired_avg_gossip=5000, max_bytes=1M), pbcast.GMS(join_timeout=2000, print_local_addr=false), UFC(min_threshold=0.40, max_credits=4m), MFC(min_threshold=0.40, max_credits=4m), FRAG4(frag_size=60000)]’

ERROR: JGRP000001: configuration error: the following properties in UDP are not recognized: {bundler.max_size=64000, diag.enabled=false, thread_pool.thread_dumps_threshold=10000, use_virtual_threads=false}

Isn’t jgroups-azure-2.0.2.Final compatible with keycloak:26.0?