Primož Ajdišek

Results 25 comments of Primož Ajdišek

I Just made a c# based funtion in visual studio added in the connection String ( DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;BlobEndpoint= http://192.168.100.3:10000/devstoreaccount1; ) then i run the function And i get thats error. I...

@XiaoningLiu sorry for so late response i can connect to the azurite using storage explorer and i can upload files using c# program i wrote

@XiaoningLiu I think you missunderstood i can connect trought another c# program and upload but it doesnt work when using as blob trigger which is original problem

@XiaoningLiu i think i should explain because now that i read it ia quite confusing. I have 2 c# based programs one is a function with blob trigger another is...

thanks for information my guess what something like that as well i know it just says that it says that storage account is not set when i put in the...

@XiaoningLiu Let me try to provide more my local.settings.json `{ "IsEncrypted": false, "Values": { "AzureWebJobsStorage": "DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;BlobEndpoint=http://192.168.100.3:10000/devstoreaccount1;", "FUNCTIONS_WORKER_RUNTIME": "dotnet" } }` this is one function: `public static class Function { [FunctionName("function")]...

@XiaoningLiu `Microsoft.Azure.WebJobs.Host: Error indexing method 'function'. Microsoft.Azure.WebJobs.Extensions.Storage: Storage account 'DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;BlobEndpoint=http://192.168.100.3:10000/devstoreaccount1;' is not configured.` this is the error i also just saw a warning before which might explain things `Cannot find...

@XiaoningLiu as far as i are there is no reaction from azurite i might be missing log files but Just watching output od azurite is see when i put in...

@mydiemho azurite is tunning in docker container while function is running on same server directly and correct ports are published(same ports on inside and ousode the container)

@mydiemho not yet, had to send my dev machine to service center and had to dust out the old one