microsoft / AzureNetworkWatcherNSGFlowLogsConnector

Ingest NSG flow logs and transmit to your log analytics system.
MIT License
38 stars 101 forks source link

Invalid sku value #12

Open soheilta opened 5 years ago

soheilta commented 5 years ago

I am trying to deploy this function with a consumption plan. Although, the App Service Plan Tier and Name is Optional i still get an error asking for specifying Service Plan Tier .

Once I specify a Free tier I get this error in my deployment:

"Message": "The parameter sku has an invalid value.",

soheilta commented 5 years ago

The options for Service Plan are: Consumption Or Service Plan The options for Service Plan Tier are: Free, Basic Standard, etc And there is a text field for Service Plan Name

sebastus commented 5 years ago

How are you going about it? Are you clicking the "Deploy to Azure" button or some other method? This is the deployment template: https://github.com/sebastus/AzureFunctionDeployment/tree/NwNSGFlowLogs.

bhozar commented 4 years ago

I see the same issue when I am deploying via the "Deploy to Azure" button.

pricecomstock commented 4 years ago

Just to leave an extra breadcrumb for anyone else with this issue, I believe this page has the values that will work in this field under the "Instance" column in the various tables (e.g. P1v2). https://azure.microsoft.com/en-us/pricing/details/app-service/windows/

MGodfrey50 commented 4 years ago

Seeing the same issue - any guidance ? End goal is to get NSG flow logs into QRadar

image

image