azure-cloud-services

How can I include additional files in an Azure cloud services package when using VSTS?

ε祈祈猫儿з 提交于 2021-02-10 06:28:15
问题 I have a solution with a web project in it and a cloud project for deploying that web project as a cspkg file to a cloud service. This all works fine. However, I have a file that i don't want in the web project but I do want deployed with the cspkg file into the cloud service. We use VSTS to build and deploy things, and I haven't figured out how to include extra files in the package within this system. I tried a Copy Files step but that doesn't get the file into the package, it does get it

How can I include additional files in an Azure cloud services package when using VSTS?

爷,独闯天下 提交于 2021-02-10 06:28:08
问题 I have a solution with a web project in it and a cloud project for deploying that web project as a cspkg file to a cloud service. This all works fine. However, I have a file that i don't want in the web project but I do want deployed with the cspkg file into the cloud service. We use VSTS to build and deploy things, and I haven't figured out how to include extra files in the package within this system. I tried a Copy Files step but that doesn't get the file into the package, it does get it

service definition vs service configuration in Azure cloud services

旧街凉风 提交于 2021-02-08 04:51:25
问题 Does anyone know what the difference is between these two? I've looked and can't seem to find a page that has a clear description of how they are different. The way Microsoft explains the two of them is very vague. Definition documentation The file contains the definitions for the roles that are available to a cloud service, specifies the service endpoints, and establishes configuration settings for the service. Configuration documentation specifies the number of role instances to deploy for

Single input endpoint can be accessed in different worker role

风流意气都作罢 提交于 2021-02-05 09:11:47
问题 I have a input endpoint(name - 23456), Can i access the 23456 endpoint into different worker role? For eg :- In "23456" endpoint, i have this data's 23,34,45,56,78 . Worker roles - "A" and "B" When i access the endpoint through "A" worker role, i will get 23 as values. When i access the endpoint through "B" worker role, What value i will get 34 or 23? I could like to understand the working flow of input endpoint. Please help me to understand. 回答1: Input endpoints are load-balanced across all

Webconfig overrides for Azure Cloud Services

醉酒当歌 提交于 2021-01-29 02:12:53
问题 I have a database connectionstring in my Azure cloud service's web role web.config. While developing this is pointing to localhost, but when deployed I want to point my production database. With azure websites you can override web.config settings and connectionstrings using the azure portal but how do I do this with cloud services? Also, in the new azure portal, it says Cloud Services (classic) , does this mean deprecated? Should I be using a newer azure feature for hosting my soap/rest

Migrate Azure Cloud service(Worker role) .net framework 4. to .net core 3

怎甘沉沦 提交于 2020-05-31 04:01:43
问题 I want to migrate .net framework4 to .net core 3 I created Azure cloud service (worker role) with .net framework 4 and finally i want .net core 3 What step i follow to achieve my goal 来源: https://stackoverflow.com/questions/61873561/migrate-azure-cloud-serviceworker-role-net-framework-4-to-net-core-3

Azure Cloud Service Classic with .NET Standard target

纵然是瞬间 提交于 2020-03-21 19:26:33
问题 Is there a way how to run Azure Cloud Service Classic project with worker role that targets .netstandard2.0? I have such project, but any time I try to build it I receive this error: Severity Code Description Project File Line Suppression State Error Project 'C:\path\to\project\src\Frontend\Frontend.csproj' targets '.NETStandard,Version=v2.0'. It cannot be referenced by a project that targets '.NETFramework,Version=v4.0'. UserDiscoveryService C:\Program Files\dotnet\sdk\2.0.2\Sdks\Microsoft

Not able to connect to smtp from Azure Cloud Service

守給你的承諾、 提交于 2020-02-06 09:37:48
问题 we are having 2 cloud services hosted on Azure. Both the services depend on our smtp server for sending mails. Problem is azure cloud service not able to connect to our smtp server. we are able to use same code on internal machines without any issue. also we had checked that 25 port is open and IP address are also not on blacklist. Below is the error while connecting from cloud service : A connection attempt failed because the connected party did not properly respond after a period of time,

Not able to connect to smtp from Azure Cloud Service

自作多情 提交于 2020-02-06 09:37:07
问题 we are having 2 cloud services hosted on Azure. Both the services depend on our smtp server for sending mails. Problem is azure cloud service not able to connect to our smtp server. we are able to use same code on internal machines without any issue. also we had checked that 25 port is open and IP address are also not on blacklist. Below is the error while connecting from cloud service : A connection attempt failed because the connected party did not properly respond after a period of time,