azure tag

43 questions


1 answers
340 views
0
Code review is not available in Visual Studio

You are connected to a collection of projects configured on the on-premise Azure DevOps Server 2019 with Visual Studio 2015.I was going to follow the steps in the link below to request a code review, ...

1 years ago

1 answers
103 views
0
Understanding the Translator Text API

We are currently working on an application using the Translator Text API.I am working on Unity 2017.2, but Error retrieving token for API use.Error Description: Access denied due to missing subscripti...

1 years ago

1 answers
128 views
0
Handling Chinese Characters in Queries When Accessing AZURE SQL

select Name from Customer Basic Information where Name = 'Kanji'If so, the result is zero.On the AZURE SQL management site select Name from Customer Basic Information where Name = N 'Kanji'If you add ...


1 answers
58 views
0
Handling Chinese Characters in Queries When Accessing AZURE SQL

select Name from Customer Basic Information where Name = 'Kanji'If so, the result is zero.On the AZURE SQL management site select Name from Customer Basic Information where Name = N 'Kanji'If you add ...


1 answers
96 views
0
Rest operation to Azure web-apps

azure Docs has a way of working with restapi.(https://docs.microsoft.com/ja-jp/rest/api/appservice/web-apps)Create or Update says that you can create and update apps, but (https://docs.microsoft.com/j...

1 years ago

1 answers
89 views
0
Make an Azure VM connection from Azure LogicApps and run the curl command.

I want to run shell scripts that I created in Azure VM (Linux) every 10 minutes using Azure's LogicApps feature and write the results to my storage account.If anyone wants to complete with LogicApps a...

1 years ago

1 answers
86 views
0
Package written in requirements.txt is not installed in azure web app

I am developing an application using Flask as a template on Azure's app service, but I deployed it after describing the module name I wanted to use in the requirements.txt that fell with me when I clo...

1 years ago

1 answers
108 views
0
Creating Dynamic Groups Using New-AzureADMSGroup

We aim to use PowerShell to create dynamic groups for MS365.Dynamic groups cannot be created using the examples described in the official reference.I'd like to ask you to teach me.PSC:\>New-AzureAD...


2 answers
108 views
0
Understanding the c# Arguments

Chapter 6-Create the MicrophoneManager class|Microsoft DocsI am referring to the above document, but the following code I have a question about private void dictationRecognizer_DictionResult (string t...

1 years ago

1 answers
106 views
0
Want to resize VMs in azure resource manager

I create a VM in Azure and a script to resize the VM in powershell.Classic has a resizing command, but is it possible to resize it in the resource manager?Resource Manager commands were not found when...

1 years ago
- 1 - »

© 2024 OneMinuteCode. All rights reserved.