Skip to content
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

adding example for web app log analytics #874

Merged
merged 6 commits into from
Nov 11, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
update typescript from name change
  • Loading branch information
JFolberth committed Nov 11, 2020
commit ccf4b0694a8a8cdd4c3a74160aa8c78c5d09b6df
2 changes: 1 addition & 1 deletion src/playground/src/examples.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import example_201_decrypt_running_windows_vm_without_aad from '../../../docs/ex
import example_201_iot_with_storage from '../../../docs/examples/201/iot-with-storage/main.bicep'
import example_201_vnet_peering from '../../../docs/examples/201/vnet-peering/main.bicep'
import example_201_sql from '../../../docs/examples/201/sql/main.bicep'
import example_201_web_app_loganalytics from '../../../docs/examples/201/appservice-loganalytics/main.bicep'
import example_201_web_app_loganalytics from '../../../docs/examples/201/web-app-loganalytics/main.bicep'
import example_101_deployment_script_with_storage from '../../../docs/examples/101/deployment-script-with-storage/main.bicep'

export const examples = {
Expand Down