Azure / app-service-linux-docs

Azure App Service: Frequently Asked Questions on Linux App Service
Creative Commons Attribution 4.0 International
139 stars 81 forks source link

Does appservice on Linux use EXT4 casefold feature? #240

Open rpetersson opened 1 month ago

rpetersson commented 1 month ago

Hello! We noticed while moving a dotnet application from app service to container apps that the app suddenly failed because of incorrect casing in paths on container apps while on the app service it did not. This makes me wonder if casefold feature (case insensitivity) is configured on the appservice image? If my assumption is correct this should probably be documented! 💃