Skip to content

updated with redis #17

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 30, 2024
Merged

updated with redis #17

merged 1 commit into from
Oct 30, 2024

Conversation

ahmedsza
Copy link
Owner

This pull request makes significant updates to the main.bicep file to enhance the infrastructure setup for the web application. The changes include updating resource configurations, adding new resources, and modifying existing properties to improve security and performance.

Key changes include:

Resource Configuration Updates:

  • Changed the sku value from 'S1' to 'P0V3' to upgrade the service plan.
  • Updated the appServicePlan resource to use a newer API version and added properties to specify it as a Linux plan.
  • Modified the webApp resource to include additional security settings such as httpsOnly and minTlsVersion.

New Resource Additions:

  • Added a new redisCache resource with specified configuration settings for better caching support.

Property and Output Modifications:

  • Updated the logAnalyticsWorkspace resource to include a workspaceCapping property and extended retention days.
  • Changed output variable names and values to reflect the new resource names and properties.

@ahmedsza ahmedsza merged commit dbdfaa4 into main Oct 30, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant