Skip to content

Commit

Permalink
trying bare bones
Browse files Browse the repository at this point in the history
  • Loading branch information
mpchenette committed Jan 9, 2024
1 parent 20fd1ed commit db2f740
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions apim.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -15,33 +15,33 @@ param identity object = { type: 'None' }
param properties object = {
publisherEmail: '[email protected]'
publisherName: 'chenette'
notificationSenderEmail: '[email protected]'
hostnameConfigurations: [
{
type: 'Proxy'
hostName: 'apim-chenette'
negotiateClientCertificate: false
defaultSslBinding: true
certificateSource: 'BuiltIn'
}
]
customProperties: {
'Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11': 'false'
'Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10': 'false'
'Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11': 'false'
'Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10': 'false'
'Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30': 'false'
'Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2': 'false'
'Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168': 'false'
'Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30': 'false'
}
virtualNetworkType: 'None'
disableGateway: false
natGatewayState: 'Unsupported'
apiVersionConstraint: {}
publicNetworkAccess: 'Enabled'
legacyPortalStatus: 'Enabled'
developerPortalStatus: 'Enabled'
// notificationSenderEmail: '[email protected]'
// hostnameConfigurations: [
// {
// type: 'Proxy'
// hostName: 'apim-chenette'
// negotiateClientCertificate: false
// defaultSslBinding: true
// certificateSource: 'BuiltIn'
// }
// ]
// customProperties: {
// 'Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls11': 'false'
// 'Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Tls10': 'false'
// 'Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls11': 'false'
// 'Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Tls10': 'false'
// 'Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Backend.Protocols.Ssl30': 'false'
// 'Microsoft.WindowsAzure.ApiManagement.Gateway.Protocols.Server.Http2': 'false'
// 'Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Ciphers.TripleDes168': 'false'
// 'Microsoft.WindowsAzure.ApiManagement.Gateway.Security.Protocols.Ssl30': 'false'
// }
// virtualNetworkType: 'None'
// disableGateway: false
// natGatewayState: 'Unsupported'
// apiVersionConstraint: {}
// publicNetworkAccess: 'Enabled'
// legacyPortalStatus: 'Enabled'
// developerPortalStatus: 'Enabled'
}

resource apim_chenette 'Microsoft.ApiManagement/service@2023-03-01-preview' = {
Expand Down

0 comments on commit db2f740

Please sign in to comment.