Issues enabling Outbox in Azure Function using AzureTablePersistence

We’re trying to enable the Outbox feature, but we get the following error:

The selected persistence doesn’t have support for outbox storage. Select another persistence or disable the outbox feature using endpointConfiguration.DisableFeature()

We’re using AzureTablePersistence, which should support this. Is there some exception to this when using a function or something? I haven’t been able to figure out what I’m doing wrong.

Update: It seems I had an issue with Visual Studio where it used an older version of the configuration… Welp, issue resolved.