You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use two variables, one for container directory and one for blobname and join them with /
Suggested behaviour:
The analyzer should not detect environment variables as containers and expect an interable as parameter type
Steps to reproduce
Create an Azure function with a BlobInputAttribute, where the blobPath is an environment variable for example: [BlobInput($"%{AcceptedFilePathEnvironmentVariableName}%")] BlobClient blobClient
The analyzer will report: AZFW0011: The binding type 'Azure.Storage.Blobs.BlobClient' must be iterable for container path. (https://aka.ms/azfw-rules?ruleid=AZFW0011)