Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Looking for Book(s) on VS2019 -> Azure Deployment

Looking for Book(s) on VS2019 -> Azure Deployment

Scheduled Pinned Locked Moved The Lounge
databasevisual-studiocloudcsharpsysadmin
17 Posts 7 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Christian Graus

    Ok, I didn't mean to be condescending. It's not that complex, but all of Azure is poorly documented and labrythine at times. I don't know of any books. But I'm happy to try to explain it. In the Cloud Explorer you can right click on a function and download a publishing profile. If you right click on your code and choose publish, you can choose 'publish from a profile', select your downloaded file, and it will publish.

    M Offline
    M Offline
    MSBassSinger
    wrote on last edited by
    #8

    That part I have done, but it is useless in its current condition. I am connected to Azure DevOps in Team Explorer, and sync'd my code with no problem. When I open Cloud Explorer, it remains blank.

    C 2 Replies Last reply
    0
    • M MSBassSinger

      That part I have done, but it is useless in its current condition. I am connected to Azure DevOps in Team Explorer, and sync'd my code with no problem. When I open Cloud Explorer, it remains blank.

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #9

      devops lets you build a pipeline for CI, it's a step above what you want to do. Your code being in source control means you CAN use pipelines but you don't need to If cloud explorer is blank, the resources don't exist. You need to log into the portal to create a function group for you to publish to

      1 Reply Last reply
      0
      • M MSBassSinger

        That part I have done, but it is useless in its current condition. I am connected to Azure DevOps in Team Explorer, and sync'd my code with no problem. When I open Cloud Explorer, it remains blank.

        C Offline
        C Offline
        Christian Graus
        wrote on last edited by
        #10

        My gmail is christian.graus@gmail.com. You're welcome to message me in hangouts to chat through this if you want

        M 1 Reply Last reply
        0
        • C Christian Graus

          My gmail is christian.graus@gmail.com. You're welcome to message me in hangouts to chat through this if you want

          M Offline
          M Offline
          MSBassSinger
          wrote on last edited by
          #11

          Thanks. It is getting late here, and I need to work out a couple bugs in publishing first.

          C 1 Reply Last reply
          0
          • M MSBassSinger

            Thanks. It is getting late here, and I need to work out a couple bugs in publishing first.

            C Offline
            C Offline
            Christian Graus
            wrote on last edited by
            #12

            I'm in Australia so I'm not around in your morning but I'm happy to help out if I can.

            1 Reply Last reply
            0
            • M MSBassSinger

              Hi all, I am looking for recommendations on books or other resources that can walk me through taking an app I have built in Visual Studio 2019, using Azure DevOps for a code repo (which I do now), and deploying to Azure (I have an Azure account and two subscriptions). Most of what I find is out of date, is geared around Visual Studio Code, or even worse, using the command line for Azure. For me, this is not the 1980s, so I don't use command line ops unless there is no other way. VS Code, while great for Linux users, is little more than vi or Notepad++ compared to VS 2019. If that is your cup of tea, that is fine, and I am not being judgmental, just clarifying my preference for productivity in a Windows development environment. If you know of any such books or other resources, particularly that go step-by-step through the overcomplicated machinations of deploying to Azure, I would appreciate your input. And no, I am not interested in AWS. I can create and deploy to the Azure DevOps repo now, and all the associated project management there. It is getting an app (web app, API app, SQL DB, etc.) deployed to Azure that I need to learn. Thanks in advance

              Sander RosselS Offline
              Sander RosselS Offline
              Sander Rossel
              wrote on last edited by
              #13

              You may be interested in my signature. The Succinctly books are free downloads and the DevOps one takes you through all DevOps has to offer. You can probably skip right to the build and deployment pipelines chapters. It's pretty detailed, so you should be able to follow along and deploy your app after reading it. The Migrating Apps to the Cloud book is not free and has an emphasis on Azure, so probably not what you're looking for. Although it does have chapters on DevOps and using Azure with Visual Studio. If you have any questions I'd be happy to help!

              Best, Sander Azure DevOps Succinctly (free eBook) Azure Serverless Succinctly (free eBook) Migrating Apps to the Cloud with Azure arrgh.js - Bringing LINQ to JavaScript

              C 1 Reply Last reply
              0
              • M MSBassSinger

                Hi all, I am looking for recommendations on books or other resources that can walk me through taking an app I have built in Visual Studio 2019, using Azure DevOps for a code repo (which I do now), and deploying to Azure (I have an Azure account and two subscriptions). Most of what I find is out of date, is geared around Visual Studio Code, or even worse, using the command line for Azure. For me, this is not the 1980s, so I don't use command line ops unless there is no other way. VS Code, while great for Linux users, is little more than vi or Notepad++ compared to VS 2019. If that is your cup of tea, that is fine, and I am not being judgmental, just clarifying my preference for productivity in a Windows development environment. If you know of any such books or other resources, particularly that go step-by-step through the overcomplicated machinations of deploying to Azure, I would appreciate your input. And no, I am not interested in AWS. I can create and deploy to the Azure DevOps repo now, and all the associated project management there. It is getting an app (web app, API app, SQL DB, etc.) deployed to Azure that I need to learn. Thanks in advance

                V Offline
                V Offline
                Vaso Elias
                wrote on last edited by
                #14

                I found Microsoft docs & tutorials very helpful enough to deploy my apps to Azure (Azure Functions and Websites). I think their documentaion improved quite a lot. Some processes are not easy so there is lot to digest. If I have doubts and still struggle I would google it as the dev community writes also nice quality articles. I know it is not a book and it is here and there but these docs get updated + you might have discusssions below to answer related issues. Some tech changes so fast that at the time you read a book about Azure DevOps (previuosly Visual Studio Online previosly who know what) it might be something else ;) . Deploy ASP.NET Core apps to Azure App Service | Microsoft Docs[^] Build, test, and deploy .NET Core apps - Azure Pipelines | Microsoft Docs[^]

                1 Reply Last reply
                0
                • Sander RosselS Sander Rossel

                  You may be interested in my signature. The Succinctly books are free downloads and the DevOps one takes you through all DevOps has to offer. You can probably skip right to the build and deployment pipelines chapters. It's pretty detailed, so you should be able to follow along and deploy your app after reading it. The Migrating Apps to the Cloud book is not free and has an emphasis on Azure, so probably not what you're looking for. Although it does have chapters on DevOps and using Azure with Visual Studio. If you have any questions I'd be happy to help!

                  Best, Sander Azure DevOps Succinctly (free eBook) Azure Serverless Succinctly (free eBook) Migrating Apps to the Cloud with Azure arrgh.js - Bringing LINQ to JavaScript

                  C Offline
                  C Offline
                  Craig Pelkie
                  wrote on last edited by
                  #15

                  Sander, thanks for the reminder about your books. I've downloaded and read some of your earlier books, and the new ones will be useful. You have a good ability to explain and illustrate. Thanks also to your publisher for making these available.

                  Sander RosselS 1 Reply Last reply
                  0
                  • C Craig Pelkie

                    Sander, thanks for the reminder about your books. I've downloaded and read some of your earlier books, and the new ones will be useful. You have a good ability to explain and illustrate. Thanks also to your publisher for making these available.

                    Sander RosselS Offline
                    Sander RosselS Offline
                    Sander Rossel
                    wrote on last edited by
                    #16

                    Thanks, I hope it'll help! :)

                    Best, Sander Azure DevOps Succinctly (free eBook) Azure Serverless Succinctly (free eBook) Migrating Apps to the Cloud with Azure arrgh.js - Bringing LINQ to JavaScript

                    1 Reply Last reply
                    0
                    • M MSBassSinger

                      Hi all, I am looking for recommendations on books or other resources that can walk me through taking an app I have built in Visual Studio 2019, using Azure DevOps for a code repo (which I do now), and deploying to Azure (I have an Azure account and two subscriptions). Most of what I find is out of date, is geared around Visual Studio Code, or even worse, using the command line for Azure. For me, this is not the 1980s, so I don't use command line ops unless there is no other way. VS Code, while great for Linux users, is little more than vi or Notepad++ compared to VS 2019. If that is your cup of tea, that is fine, and I am not being judgmental, just clarifying my preference for productivity in a Windows development environment. If you know of any such books or other resources, particularly that go step-by-step through the overcomplicated machinations of deploying to Azure, I would appreciate your input. And no, I am not interested in AWS. I can create and deploy to the Azure DevOps repo now, and all the associated project management there. It is getting an app (web app, API app, SQL DB, etc.) deployed to Azure that I need to learn. Thanks in advance

                      T Offline
                      T Offline
                      thewazz
                      wrote on last edited by
                      #17

                      When I signed up on Pluralsight a couple years ago I got some free resources incl a free course by Scott Allen called 'Developing with .NET on Microsoft Azure - Getting Started'. Awesome help. Don't know if you can still get it.

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups