Skip to content

Commit

Permalink
Infra fixess for unused endpoint (#132)
Browse files Browse the repository at this point in the history
* remove unused infra causing error

* fix infra remove unused endpoint
  • Loading branch information
cassiebreviu authored Aug 28, 2024
1 parent a256622 commit c4103ba
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions infra/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -148,20 +148,6 @@ module ai 'core/host/ai-environment.bicep' = {
}
}

module machineLearningEndpoint './core/host/ml-online-endpoint.bicep' = {
name: 'endpoint'
scope: resourceGroup
params: {
name: !empty(endpointName) ? endpointName : 'mloe-${resourceToken}'
location: location
tags: tags
serviceName: endpointServiceName
aiHubName: ai.outputs.hubName
aiProjectName: ai.outputs.projectName
keyVaultName: ai.outputs.keyVaultName
}
}

module bing 'core/bing/bing-search.bicep' = {
name: 'bing'
scope: resourceGroup
Expand Down

0 comments on commit c4103ba

Please sign in to comment.