Takeharu.Oshida
Takeharu.Oshida
Example in README has syntax error https://github.com/actions/first-interaction/issues/8#issuecomment-529619857
#70 https://github.com/georgeOsdDev/react-draggable-tab/issues/70#issuecomment-261428218
### Feature Request App Service has network dependency to oryx-cdn.microsoft.io. https://github.com/microsoft/Oryx/blob/main/doc/hosts/appservice.md#network-dependencies > When using App Service with a Virtual Network or an App Service Environment, you will need to allow...
HI team, is there any change about logging output from v3 to v4? Sharing the results of my quick test. I start Function App then Execute 1 HTTP trigger, then...
### Library name and version Azure.ResourceManager.AppService 1.0.0 ### Describe the bug Currently there are 5 status defined as `ContinuousWebJobStatus` Enum values. This 5 values does not cover actual status. For...
[Enter feedback here] App Service for Container will run image on x86_64 platform. Thus if user built docker image on M1/M2(Apple silicon) Mac and deploy it to App Service, it...
[Enter feedback here] I think we do not necessarily both application rules and network rules. We can choose whichever is more appropriate depending on system requirements. The tutorial below uses...
Azure Functions Host make request to https://functionscdn.azureedge.net/public/ExtensionBundles/Microsoft.Azure.Functions.ExtensionBundle/index.json on startup. I think this behavior is introduced from v4. If Function work inside firewall, this request may blocked and functions host fail...
We are trying to use kuromoji.js with [kuromojin](https://github.com/azu/kuromojin) on browser. When we use external url as `dicPath` option, double slash is normalized by `path.join`. ``` > require("path").join("http://external-url.com/dict", "base.dat.gz"); 'http:/external-url.com/dict/base.dat.gz' ```...
#### Investigative information AzureWebJobsSecretStorageType unexpectedly changed from `files` to `blob` after slot creation. Portal show below warning, But it does not describe secret repository change. If this is expected behavior,...